diff --git a/views_api.py b/views_api.py index 9861931..b710518 100644 --- a/views_api.py +++ b/views_api.py @@ -66,7 +66,8 @@ def validate_card(data: CreateCardData): status_code=HTTPStatus.OK, dependencies=[Depends(validate_card)] ) -async def api_card_create_or_update( + +async def api_card_update( data: CreateCardData, card_id: str, wallet: WalletTypeInfo = Depends(require_admin_key),