Refactor search (#23550)
Co-Authored-By: Arve Knudsen <arve.knudsen@grafana.com> Co-Authored-By: Leonard Gram <leonard.gram@grafana.com>
This commit is contained in:
co-authored by
Arve Knudsen
Leonard Gram
parent
e5dd7efdee
commit
55c306eb6d
@@ -330,6 +330,7 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
})
|
||||
|
||||
// Search
|
||||
apiRoute.Get("/search/sorting", Wrap(hs.ListSortOptions))
|
||||
apiRoute.Get("/search/", Wrap(Search))
|
||||
|
||||
// metrics
|
||||
|
||||
Reference in New Issue
Block a user