feat: Update endpoint /login

This commit is contained in:
Backend IM Bot 2025-03-07 19:02:32 +00:00
parent b92e35db55
commit 6999de7489

View File

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