feat: Update endpoint /login

This commit is contained in:
Backend IM Bot 2025-03-07 17:42:10 +00:00
parent f563e8cabb
commit 1d9f148631

View File

@ -3,6 +3,7 @@ from fastapi import APIRouter
router = APIRouter()
@router.post("/login")
something like this I guess
something like this I guess;
another edited response
async def login(username: str, password: str):
return {"message": "User logged in successfully", "username": username}