mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 09:00:14 +00:00
auth fix
This commit is contained in:
parent
52f9b5c963
commit
52a11c3905
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user