We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3051c2a commit a63d1bbCopy full SHA for a63d1bb
GoInfoGame/GoInfoGame/Network/APIEnvironment.swift
@@ -20,7 +20,7 @@ enum APIEnvironment: String, CaseIterable {
20
case .staging:
21
return "https://api.workspaces-stage.sidewalks.washington.edu/api/v1"
22
case .production:
23
- return "https://workspaces.sidewalks.washington.edu/api/v1"
+ return "https://api.workspaces.sidewalks.washington.edu/api/v1"
24
}
25
26
0 commit comments