removes last pieces of dashboard.json

This commit is contained in:
bergquist
2017-12-07 16:26:07 +01:00
parent 5fb8b37241
commit 5aab6b5c20
7 changed files with 3 additions and 241 deletions
-1
View File
@@ -234,7 +234,6 @@ func (hs *HttpServer) registerRoutes() {
dashboardRoute.Post("/calculate-diff", bind(dtos.CalculateDiffOptions{}), wrap(CalculateDashboardDiff))
dashboardRoute.Post("/db", reqEditorRole, bind(m.SaveDashboardCommand{}), wrap(PostDashboard))
dashboardRoute.Get("/file/:file", GetDashboardFromJsonFile)
dashboardRoute.Get("/home", wrap(GetHomeDashboard))
dashboardRoute.Get("/tags", GetDashboardTags)
dashboardRoute.Post("/import", bind(dtos.ImportDashboardCommand{}), wrap(ImportDashboard))