feat: Add endpoint another-oneeee

This commit is contained in:
Backend IM Bot 2025-03-09 17:07:18 +00:00
parent feb7c788e5
commit c28ae45150

View File

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