udpate shit

This commit is contained in:
Trey t
2024-06-16 19:02:29 -07:00
parent dc717f38fc
commit 994d0abf26
2 changed files with 9 additions and 9 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
}
}