mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
auth fix
This commit is contained in:
parent
52f9b5c963
commit
52a11c3905
@ -358,7 +358,7 @@ def modifyConfig():
|
|||||||
|
|
||||||
|
|
||||||
@app.route("/getConfig", methods=["GET"])
|
@app.route("/getConfig", methods=["GET"])
|
||||||
# @auth.login_required
|
@auth.login_required
|
||||||
def getConfig():
|
def getConfig():
|
||||||
log.debug('Config requested')
|
log.debug('Config requested')
|
||||||
with open(config_base_path, "r") as f:
|
with open(config_base_path, "r") as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user