Merge pull request #12631 from grafana/davkal/explore-url-encoding

Use url params for explore state
This commit is contained in:
David
2018-07-17 16:49:13 +02:00
committed by GitHub
5 changed files with 5 additions and 6 deletions

View File

@@ -73,8 +73,7 @@ func (hs *HTTPServer) registerRoutes() {
r.Get("/dashboards/", reqSignedIn, Index)
r.Get("/dashboards/*", reqSignedIn, Index)
r.Get("/explore/", reqEditorRole, Index)
r.Get("/explore/*", reqEditorRole, Index)
r.Get("/explore", reqEditorRole, Index)
r.Get("/playlists/", reqSignedIn, Index)
r.Get("/playlists/*", reqSignedIn, Index)