feat: Update endpoint /login

This commit is contained in:
Backend IM Bot 2025-03-07 19:29:03 +00:00
parent 02cc8cf361
commit 064460bff2

View File

@ -4,4 +4,4 @@ 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": , "username": username}