Boltcard view page (#12)
This commit is contained in:
parent
f153c26517
commit
a823cf3e5d
4 changed files with 186 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ from .models import Card, CreateCardData
|
|||
|
||||
@boltcards_ext.get("/api/v1/cards")
|
||||
async def api_cards(
|
||||
g: WalletTypeInfo = Depends(get_key_type), all_wallets: bool = Query(False)
|
||||
g: WalletTypeInfo = Depends(get_key_type), all_wallets: bool = False
|
||||
):
|
||||
wallet_ids = [g.wallet.id]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue