mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-12-08 11:39:33 +00:00
auth fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user