feat: Update endpoint login

This commit is contained in:
Backend IM Bot 2025-03-19 01:36:25 +00:00
parent 440ab685e4
commit bb28f9c6bb

View File

@ -4,6 +4,7 @@ from core.database import fake_users_db
router = APIRouter() router = APIRouter()
#this is for login authentication
@router.post("/login") @router.post("/login")
async def login_demo( async def login_demo(
username: str = "demo", username: str = "demo",