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"]