Show Account Balance

This commit is contained in:
2021-12-02 21:29:11 +00:00
parent 276fdb4ade
commit 6f8a94ff5d
4 changed files with 19 additions and 9 deletions

View File

@ -9,7 +9,7 @@ import (
)
type AccountData struct {
Accounts []postgres.Account
Accounts []postgres.GetAccountsRow
}
func (h *Handler) accounts(c *gin.Context) {