From 0dba2a7af3677afe8f36bc45cb708a15bc66e527 Mon Sep 17 00:00:00 2001 From: arzumify Date: Thu, 18 Apr 2024 13:15:51 +0100 Subject: [PATCH] Fix 1 --- main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main b/main index ac93889..1577da9 100644 --- a/main +++ b/main @@ -248,7 +248,7 @@ async def apiopeniduserinfo(): return datatemplate -@app.route("/api/auth", methods=("GET")) +@app.route("/api/auth") async def apiauthenticate(): if request.method == "GET": secretKey = request.headers.get["secretKey"]