4 lines
80 B
Swift
Raw Normal View History

2024-12-10 11:05:03 +00:00
struct DevRantBackend: Backend {
let baseURL = "https://devrant.com/api/"
}