mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 21:48:39 -04:00
Move accounts to store
This commit is contained in:
@ -94,7 +94,7 @@ type Account struct {
|
||||
}
|
||||
|
||||
type AccountList struct {
|
||||
Accounts *[]Account `json:"accounts"`
|
||||
Accounts *[]*Account `json:"accounts"`
|
||||
}
|
||||
|
||||
func (a *Account) Write(w http.ResponseWriter) error {
|
||||
|
Reference in New Issue
Block a user