From 9cc59556df1ba7b8c5814806e32dd62fba09fb76 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 20 Jan 2026 23:22:48 +0800 Subject: am i serious rn --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/main.py') diff --git a/backend/main.py b/backend/main.py index f027e9f..1a40120 100644 --- a/backend/main.py +++ b/backend/main.py @@ -474,7 +474,7 @@ def notif_subscribe(data: notif.PushSubscriptionData, response: fastapi.Response # --- admin login -@app.post("admin_login", response_class=PlainTextResponse) +@app.post("/admin_login", response_class=PlainTextResponse) def admin_login(password: str, response: fastapi.Response): pass -- cgit v1.2.3