From e0a3b8472c155699f562189509644611a02f82e1 Mon Sep 17 00:00:00 2001 From: Aykhan Date: Thu, 14 Sep 2023 16:11:15 +0400 Subject: [PATCH] login -> get_login --- src/app/views/routers/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ):