[BUG] typo in views_api (#16)
This commit is contained in:
parent
a823cf3e5d
commit
21d826c2a4
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ def validate_card(data: CreateCardData):
|
||||||
status_code=HTTPStatus.OK,
|
status_code=HTTPStatus.OK,
|
||||||
dependencies=[Depends(validate_card)]
|
dependencies=[Depends(validate_card)]
|
||||||
)
|
)
|
||||||
async def api_card_create_or_update(
|
|
||||||
|
async def api_card_update(
|
||||||
data: CreateCardData,
|
data: CreateCardData,
|
||||||
card_id: str,
|
card_id: str,
|
||||||
wallet: WalletTypeInfo = Depends(require_admin_key),
|
wallet: WalletTypeInfo = Depends(require_admin_key),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue