feat: Update endpoint login
This commit is contained in:
parent
12446aa246
commit
e50fde1cf1
@ -7,3 +7,4 @@ something like this I guess;
|
|||||||
another edited response
|
another edited response
|
||||||
async def login(username: str, password: str):
|
async def login(username: str, password: str):
|
||||||
return {"message": "User logged in successfully", "username": username}
|
return {"message": "User logged in successfully", "username": username}
|
||||||
|
testing some stuff.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user