Typo
All checks were successful
Build & Publish to GHCR / build (push) Successful in 39s

This commit is contained in:
Florian 2025-10-16 15:36:22 +02:00
parent ead13eba51
commit 4590386b3e

View File

@ -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),