feat(export/import): minor progress

This commit is contained in:
Torkel Ödegaard
2016-05-03 16:40:21 +02:00
parent f42b47e65b
commit bb6f4fff87
2 changed files with 10 additions and 5 deletions
+1
View File
@@ -55,6 +55,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("/playlists/", reqSignedIn, Index)
r.Get("/playlists/*", reqSignedIn, Index)