This commit is contained in:
Tracker-Friendly 2024-04-18 13:15:51 +01:00
parent 9a0806aa1c
commit 0dba2a7af3
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -248,7 +248,7 @@ async def apiopeniduserinfo():
return datatemplate return datatemplate
@app.route("/api/auth", methods=("GET")) @app.route("/api/auth")
async def apiauthenticate(): async def apiauthenticate():
if request.method == "GET": if request.method == "GET":
secretKey = request.headers.get["secretKey"] secretKey = request.headers.get["secretKey"]