This commit is contained in:
2024-04-28 04:55:47 +03:00
parent 4e7626d2e6
commit c8a62b4952
10 changed files with 156 additions and 56 deletions

View File

@@ -11,7 +11,8 @@ from services.client import ClientService
client_router = APIRouter(
prefix="/client",
tags=['client']
tags=['client'],
dependencies=[Depends(get_current_user)]
)