feat: Update endpoint /login

This commit is contained in:
Backend IM Bot 2025-03-07 22:58:02 +00:00
parent 11587455eb
commit 0b49fcb6bc

View File

@ -1,5 +1,6 @@
from fastapi import APIRouter
#this is the router
router = APIRouter()
@router.post("/login")