feat: Delete endpoint login

This commit is contained in:
Backend IM Bot 2025-03-11 03:53:27 -05:00
parent a88a31a4a5
commit 0cf708f3b7

View File

@ -1,7 +0,0 @@
from fastapi import APIRouter
router = APIRouter()
@router.post("/login")
async def login(username: str, password: str):
return {"message": "User logged in successfully", "username": username}