4 lines
80 B
Swift
4 lines
80 B
Swift
|
struct DevRantBackend: Backend {
|
||
|
let baseURL = "https://devrant.com/api/"
|
||
|
}
|