Trace is sortable by field and asc-desc
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user