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