dashfolders: /dashboards should render index page with a 200 OK

This commit is contained in:
Marcus Efraimsson
2017-12-14 11:30:57 +01:00
parent 196a05d487
commit e136b7c286
+1
View File
@@ -64,6 +64,7 @@ func (hs *HttpServer) registerRoutes() {
r.Get("/dashboard-solo/snapshot/*", Index)
r.Get("/dashboard-solo/*", reqSignedIn, Index)
r.Get("/import/dashboard", reqSignedIn, Index)
r.Get("/dashboards/", reqSignedIn, Index)
r.Get("/dashboards/*", reqSignedIn, Index)
r.Get("/playlists/", reqSignedIn, Index)