Show Account Balance
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
type AccountData struct {
|
||||
Accounts []postgres.Account
|
||||
Accounts []postgres.GetAccountsRow
|
||||
}
|
||||
|
||||
func (h *Handler) accounts(c *gin.Context) {
|
||||
|
Reference in New Issue
Block a user