Skip to content

Commit a63d1bb

Browse files
author
Achyut Kumar M
committed
correct api
1 parent 3051c2a commit a63d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/Network/APIEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum APIEnvironment: String, CaseIterable {
2020
case .staging:
2121
return "https://api.workspaces-stage.sidewalks.washington.edu/api/v1"
2222
case .production:
23-
return "https://workspaces.sidewalks.washington.edu/api/v1"
23+
return "https://api.workspaces.sidewalks.washington.edu/api/v1"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)