Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
This commit is contained in:
@@ -100,6 +100,7 @@ func Register(r *macaron.Macaron) {
|
||||
r.Group("/dashboards", func() {
|
||||
r.Combo("/db/:slug").Get(GetDashboard).Delete(DeleteDashboard)
|
||||
r.Post("/db", reqEditorRole, bind(m.SaveDashboardCommand{}), PostDashboard)
|
||||
r.Get("/file/:file", GetDashboardFromJsonFile)
|
||||
r.Get("/home", GetHomeDashboard)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user