mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
change default api target port
This commit is contained in:
@@ -9,7 +9,7 @@ app = flask.Flask("open-leaderboard")
|
|||||||
cache = fcache.Cache(app, config={'CACHE_TYPE': 'simple'})
|
cache = fcache.Cache(app, config={'CACHE_TYPE': 'simple'})
|
||||||
cache.init_app(app)
|
cache.init_app(app)
|
||||||
|
|
||||||
SERVER = "localhost:5000"
|
SERVER = "localhost:5001"
|
||||||
LOCATION = "/rankrange"
|
LOCATION = "/rankrange"
|
||||||
PARAM_START = "start"
|
PARAM_START = "start"
|
||||||
PARAM_END = "end"
|
PARAM_END = "end"
|
||||||
|
|||||||
Reference in New Issue
Block a user