From 4590386b3ee958764debcd1a3e3cff48f51bad27 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 16 Oct 2025 15:36:22 +0200 Subject: [PATCH] Typo --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 47855d9..b826c85 100644 --- a/src/main.py +++ b/src/main.py @@ -104,7 +104,7 @@ async def custom_http_exception_handler(request,exc): content={"detail": exc.detail} ) -@api.post("/register_token") +@api.post("/register-token") def register_token( request_data: TokenRequest, db = Depends(get_db),