From 4cfab8581273cbeaf507f5d5ed1e9b4ce79ff43f Mon Sep 17 00:00:00 2001 From: Noloquideus Date: Tue, 12 May 2026 12:33:57 +0300 Subject: [PATCH] fix: rename path login --- .gitignore | 2 +- src/presentation/routing/auth.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a74dc8f..509ff51 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ __pycache__/ *.py[cod] *$py.class - +generate_password_hash.py # C extensions *.so *.pyd diff --git a/src/presentation/routing/auth.py b/src/presentation/routing/auth.py index cec57bf..d997631 100644 --- a/src/presentation/routing/auth.py +++ b/src/presentation/routing/auth.py @@ -119,7 +119,7 @@ async def login_start( return {'success': result} -@auth_router.post(path='/login/compete', response_class=ORJSONResponse, status_code=status.HTTP_200_OK) +@auth_router.post(path='/login/complete', response_class=ORJSONResponse, status_code=status.HTTP_200_OK) #@rate_limit(limit=10, window_seconds=300, scope='ip') @csrf_protect() async def login(