Skip to content

Commit bca86d1

Browse files
author
Achyut Kumar M
committed
correct baseUrl to workspace
1 parent 37d2c3a commit bca86d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct MapView: View {
131131
}
132132
.onAppear(){
133133
print("selected workspace",selectedWorkspace?.title ?? "")
134-
self.baseUrl = "https://master.apis.dev.openstreetmap.org"
134+
self.baseUrl = "https://workspaces-osm-stage.sidewalks.washington.edu"
135135
}
136136
}
137137

0 commit comments

Comments
 (0)