Changed endpoints and db queries, chart now shows suggested mins and maxes

This commit is contained in:
Daniel Ledda
2020-11-07 14:56:24 +01:00
parent b88e10aafe
commit 85bef1d4a3
4 changed files with 41 additions and 53 deletions

View File

@@ -71,7 +71,7 @@ func getPatternHandler(pattern string) http.HandlerFunc {
err = cb(w, r)
}
if err != nil {
sendInternalError(err, w, r)
internalErrorOnErr(err, w, r)
}
}
}