We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e591a commit 4d4072fCopy full SHA for 4d4072f
Manito/Manito/Network/Service/APIEnvironment.swift
@@ -8,6 +8,6 @@
8
import Foundation
9
10
enum APIEnvironment {
11
- static let baseUrl: String = UrlLiteral.developmentUrl
+ static let baseUrl: String = UrlLiteral.productionUrl
12
static let boundary: String = "com.TeamFirefighter.Manito"
13
}
0 commit comments