mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 21:48:39 -04:00
Finish 'store' separation
This commit is contained in:
@ -28,7 +28,7 @@ func (r *Report) Read(json_str string) error {
|
||||
}
|
||||
|
||||
type ReportList struct {
|
||||
Reports *[]Report `json:"reports"`
|
||||
Reports *[]*Report `json:"reports"`
|
||||
}
|
||||
|
||||
func (rl *ReportList) Write(w http.ResponseWriter) error {
|
||||
|
Reference in New Issue
Block a user