This commit is contained in:
Harvey Tindall 2020-06-29 23:24:54 +01:00
parent 52f9b5c963
commit 52a11c3905
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ def modifyConfig():
@app.route("/getConfig", methods=["GET"])
# @auth.login_required
@auth.login_required
def getConfig():
log.debug('Config requested')
with open(config_base_path, "r") as f: