/api/transactions returns .transactions [][]Delta
cicd / ci (push) Successful in 1m0s Details

main
Bel LaPointe 2024-07-20 11:30:42 -06:00
parent 1e50274681
commit 8886442e89
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ func (router Router) APITransactions(w http.ResponseWriter, r *http.Request) {
Like(`^(Zach|Bel|House[^:]*:Debts:)`).
Group(`^[^:]*`).
WithBPIs(bpis),
"transactions": houseRelatedDeltas.Transactions(),
})
}