Skip to content

Commit 7781a99

Browse files
committed
chore: modify api url
1 parent 88b4623 commit 7781a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/GameData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const GameData = {
88
hexSize: 0,
99
bottomBarHeight: 70,
1010
popupOpen: false,
11-
apiBaseUrl: 'https://coscup.mirumo.cc/api',
11+
apiBaseUrl: 'https://geotrainpoly.coscup.org/api',
1212
get apiToken() {
1313
const urlParams = new URLSearchParams(window.location.search)
1414
return urlParams.get('token')

0 commit comments

Comments
 (0)