Changed endpoints and db queries, chart now shows suggested mins and maxes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user