mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-04-15 02:23:12 +00:00
login -> get_login
This commit is contained in:
parent
06123540ec
commit
e0a3b8472c
@ -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
|
||||
):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user