summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/main.py2
1 files changed, 1 insertions, 1 deletions
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