/api/transactions returns .transactions [][]Delta
cicd / ci (push) Successful in 1m0s
Details
cicd / ci (push) Successful in 1m0s
Details
parent
1e50274681
commit
8886442e89
|
|
@ -103,6 +103,7 @@ func (router Router) APITransactions(w http.ResponseWriter, r *http.Request) {
|
||||||
Like(`^(Zach|Bel|House[^:]*:Debts:)`).
|
Like(`^(Zach|Bel|House[^:]*:Debts:)`).
|
||||||
Group(`^[^:]*`).
|
Group(`^[^:]*`).
|
||||||
WithBPIs(bpis),
|
WithBPIs(bpis),
|
||||||
|
"transactions": houseRelatedDeltas.Transactions(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue