change default api target port

This commit is contained in:
Yannik Schmidt
2020-02-24 10:34:26 +01:00
parent 169601f4c5
commit 8ebb888905

View File

@@ -9,7 +9,7 @@ app = flask.Flask("open-leaderboard")
cache = fcache.Cache(app, config={'CACHE_TYPE': 'simple'})
cache.init_app(app)
SERVER = "localhost:5000"
SERVER = "localhost:5001"
LOCATION = "/rankrange"
PARAM_START = "start"
PARAM_END = "end"