Fix issues blocking Apollo client

This commit is contained in:
Vikram Rangnekar
2020-03-14 01:35:42 -04:00
parent 265b93b203
commit 81338b6123
6 changed files with 75 additions and 39 deletions

View File

@ -117,7 +117,7 @@ func apiV1(w http.ResponseWriter, r *http.Request) {
}
if err != nil {
errlog.Error().Err(err).Msg("failed to handle request")
errlog.Error().Err(err).Msg(ctx.req.Query)
errorResp(w, err)
return
}