This commit is contained in:
Trey t
2023-07-10 15:35:48 -05:00
parent a2098943a8
commit 93cab684b9
10 changed files with 220 additions and 100 deletions

View File

@@ -7,15 +7,6 @@
import Foundation
enum BaseURLs: String {
case local = "http://127.0.0.1:8000"
case dev = "https://dev.werkout.fitness"
static var currentBaseURL: String {
return BaseURLs.dev.rawValue
}
}
enum FetchableError: Error {
case apiError(Error)
case noData