proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
@@ -6,6 +6,10 @@ from .signup import signup
router = APIRouter()
"""
The 'auth' packages contains the router configuration for the 'Authentication' endpoints.
"""
@router.post("/login")
async def login_router(login_info: Login):