diff --git a/src/app/views/routers/user.py b/src/app/views/routers/user.py index 78a0247..3f63c63 100644 --- a/src/app/views/routers/user.py +++ b/src/app/views/routers/user.py @@ -53,7 +53,7 @@ templates = Jinja2Templates(directory=settings.APP_PATH / 'templates') response_class=HTMLResponse, include_in_schema=False ) -async def login( +async def get_login( request: Request ):