feat(dashboards): began work on dashboard list

This commit is contained in:
Torkel Ödegaard
2016-05-19 11:03:10 +02:00
parent fb74d10573
commit 855e913bbd
8 changed files with 34 additions and 36 deletions

View File

@@ -56,6 +56,7 @@ func Register(r *macaron.Macaron) {
r.Get("/dashboard/*", reqSignedIn, Index)
r.Get("/dashboard-solo/*", reqSignedIn, Index)
r.Get("/import/dashboard", reqSignedIn, Index)
r.Get("/dashboards/*", reqSignedIn, Index)
r.Get("/playlists/", reqSignedIn, Index)
r.Get("/playlists/*", reqSignedIn, Index)