Skip to content

Commit accbe42

Browse files
author
Achyut Kumar M
committed
osm base url with proxy
1 parent f363467 commit accbe42

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

GoInfoGame/GoInfoGame/Network/APIEnvironment.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ enum APIEnvironment: String, CaseIterable {
3636
}
3737

3838
var osmBaseURL: String {
39-
switch self {
40-
case .development:
41-
return "https://osm.workspaces-dev.sidewalks.washington.edu/api/0.6"
42-
case .staging:
43-
return "https://osm.workspaces-stage.sidewalks.washington.edu/api/0.6"
44-
case .production:
45-
return "https://osm.workspaces.sidewalks.washington.edu/api/0.6"
46-
}
47-
}
39+
switch self {
40+
case .development:
41+
return "https://osm-workspaces-proxy.azurewebsites.net/dev/api/0.6"
42+
case .staging:
43+
return "https://osm-workspaces-proxy.azurewebsites.net/stage/api/0.6"
44+
case .production:
45+
return "https://osm-workspaces-proxy.azurewebsites.net/prod/api/0.6"
46+
}
47+
}
4848

4949
var userProfileBaseURL: String {
5050
switch self {

0 commit comments

Comments
 (0)