fix: cards reorder fixed

This commit is contained in:
2025-06-23 16:57:50 +04:00
parent 2bec0c579f
commit d4d25b4df5
3 changed files with 7 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ async def get_summary(
@card_router.post(
'/summaries/reorder',
response_model=CardSummaryResponse,
response_model=ReorderResponse,
operation_id='reorderCardSummaries',
dependencies=[Depends(authorized_user)]
)