Better log and less noise in prod mode

This commit is contained in:
Deluan 2016-03-15 17:06:23 -04:00
parent 714b100d03
commit cdefabf760
5 changed files with 46 additions and 20 deletions

View file

@ -52,7 +52,7 @@ func mapControllers() {
func mapFilters() {
var ValidateRequest = func(ctx *context.Context) {
c := &api.BaseAPIController{}
c := api.BaseAPIController{}
c.Ctx = ctx
api.Validate(c)
}