feat: Update endpoint login

This commit is contained in:
Backend IM Bot 2025-03-24 22:17:29 +00:00
parent 182f18fca3
commit e09585c049

View File

@ -7,8 +7,7 @@ router = APIRouter()
class LoginRequest(BaseModel):
username: str
password: str
#hvtfdt
password: str frty
@router.post("/login")
async def login_demo(request: LoginRequest):