Trace is sortable by field and asc-desc

This commit is contained in:
Bel LaPointe
2020-07-24 20:35:13 -06:00
parent dc5729f20c
commit 95555f46ec
3 changed files with 125 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ func jsonHandler(g storage.Graph) http.Handler {
mux.HandleFunc(route.path, func(w http.ResponseWriter, r *http.Request) {
if auth {
if err := Auth(g, w, r); err != nil {
log.Println(err)
return
}
}