Skip to content

Commit e1b05f7

Browse files
authored
Merge pull request #111 from Vauhtijuoksu/develop
back to shitty api
2 parents 1737b94 + 9d4a7dd commit e1b05f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vauhtijuoksu/settings/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,6 @@
252252

253253
## Vauhtijuoksu API
254254

255-
VJ_API_URL = config('VJ_API_URL', 'https://api.dev.vauhtijuoksu.fi')
255+
VJ_API_URL = config('VJ_API_URL', 'https://vjapi.jsloth.fi')
256+
#VJ_API_URL = config('VJ_API_URL', 'https://api.dev.vauhtijuoksu.fi')
256257
VJ_LEGACY_API_URL = config('VJ_LEGACY_API_URL', 'https://legacy.vauhtijuoksu.fi/api')

0 commit comments

Comments
 (0)