Library panels: Add backend route (#55746) (#55758)

(cherry picked from commit 70f48cc725)

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-09-26 11:42:19 -04:00
committed by GitHub
co-authored by Dominik Prokop
parent 6d050f5d8f
commit 51144a427f
+1
View File
@@ -153,6 +153,7 @@ func (hs *HTTPServer) registerRoutes() {
r.Get("/playlists/*", reqSignedIn, hs.Index)
r.Get("/alerting/", reqSignedIn, hs.Index)
r.Get("/alerting/*", reqSignedIn, hs.Index)
r.Get("/library-panels/", reqSignedIn, hs.Index)
// sign up
r.Get("/verify", hs.Index)