Boltcard view page (#12)

This commit is contained in:
Tiago Vasconcelos 2023-08-22 17:41:38 +01:00 committed by GitHub
commit a823cf3e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 186 additions and 1 deletions

View file

@ -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]