This commit is contained in:
Trey t
2023-08-12 19:53:39 -05:00
parent 2aa83f12f2
commit c0fdca9996
3 changed files with 4 additions and 4 deletions

View File

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