Small fixes to response marshaling, introduced tests for response formats

This commit is contained in:
Deluan 2016-03-02 17:23:26 -05:00
parent b9fb5eb7ca
commit dde130e84e
10 changed files with 154 additions and 41 deletions

View file

@ -62,6 +62,6 @@ func (c *GetIndexesController) Get() {
}
response := c.NewEmpty()
response.ArtistIndex = &res
response.Indexes = &res
c.SendResponse(response)
}