fix: data loading after login fixed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user