mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-07-17 15:54:00 +00:00
login -> get_login
This commit is contained in:
@@ -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
|
||||
):
|
||||
|
||||
|
Reference in New Issue
Block a user