feat: Update endpoint /login
This commit is contained in:
parent
0b49fcb6bc
commit
c6385cdf5b
@ -5,4 +5,6 @@ router = APIRouter()
|
|||||||
|
|
||||||
@router.post("/login")
|
@router.post("/login")
|
||||||
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}
|
||||||
|
|
||||||
|
#here you can add other things
|
Loading…
x
Reference in New Issue
Block a user