Removed unwanted api, moved logic into backend

This commit is contained in:
utkarshcmu
2016-03-17 02:29:34 -07:00
parent 4fbe954a79
commit cb42cfc6af
3 changed files with 30 additions and 29 deletions
-1
View File
@@ -200,7 +200,6 @@ func Register(r *macaron.Macaron) {
r.Get("/home", GetHomeDashboard)
r.Get("/tags", GetDashboardTags)
r.Post("/import", bind(dtos.ImportDashboardCommand{}), wrap(ImportDashboard))
r.Get("/id/:id", GetDashboardSlugById)
})
// Dashboard snapshots