fix: data loading after login fixed

This commit is contained in:
2025-07-04 21:12:21 +04:00
parent 0caf1f3f42
commit d96a3b0512
3 changed files with 5 additions and 6 deletions

View File

@@ -123,7 +123,6 @@ async def get_all(
'/get/{card_id}',
response_model=CardSchema,
operation_id='getCardById',
dependencies=[Depends(guest_user)]
)
async def get_card_by_id(
card_id: int,