6 lines
100 B
Swift
Raw Normal View History

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