This commit is contained in:
Trey t
2024-06-17 11:36:24 -07:00
parent abe17f89b2
commit 510e1ad200
4 changed files with 16 additions and 11 deletions

View File

@@ -12,6 +12,6 @@ enum BaseURLs: String {
case dev = "https://dev.werkout.fitness"
static var currentBaseURL: String {
return BaseURLs.dev.rawValue
return BaseURLs.local.rawValue
}
}