2025-03-14 13:50:53 +00:00

7 lines
123 B
Python

from fastapi import APIRouter
router = APIRouter()
@router.post("/login")
async def login(username: str, password: str):