File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
GoInfoGame/GoInfoGame/Network Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments