fix(snapshots): fixed issue with viewing embedded/solo/png panel from snapshot without login, fixes #3769

This commit is contained in:
Torkel Ödegaard
2016-09-22 11:46:58 +02:00
parent 3ed7ab93c5
commit 936146768f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ func Register(r *macaron.Macaron) {
r.Get("/plugins/:id/page/:page", reqSignedIn, Index)
r.Get("/dashboard/*", reqSignedIn, Index)
r.Get("/dashboard-solo/snapshot/*", Index)
r.Get("/dashboard-solo/*", reqSignedIn, Index)
r.Get("/import/dashboard", reqSignedIn, Index)
r.Get("/dashboards/*", reqSignedIn, Index)