mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 16:22:35 +08:00
Refactoring search to support more than just db dashboards
This commit is contained in:
@ -102,6 +102,7 @@ func Register(r *macaron.Macaron) {
|
||||
r.Post("/db", reqEditorRole, bind(m.SaveDashboardCommand{}), PostDashboard)
|
||||
r.Get("/file/:file", GetDashboardFromJsonFile)
|
||||
r.Get("/home", GetHomeDashboard)
|
||||
r.Get("/tags", GetDashboardTags)
|
||||
})
|
||||
|
||||
// Search
|
||||
|
Reference in New Issue
Block a user