We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b4623 commit 7781a99Copy full SHA for 7781a99
src/data/GameData.ts
@@ -8,7 +8,7 @@ export const GameData = {
8
hexSize: 0,
9
bottomBarHeight: 70,
10
popupOpen: false,
11
- apiBaseUrl: 'https://coscup.mirumo.cc/api',
+ apiBaseUrl: 'https://geotrainpoly.coscup.org/api',
12
get apiToken() {
13
const urlParams = new URLSearchParams(window.location.search)
14
return urlParams.get('token')
0 commit comments