mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
Library panels: Add backend route (#55746)
This commit is contained in:
parent
e2ff875976
commit
70f48cc725
@ -155,6 +155,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)
|
||||
|
Loading…
Reference in New Issue
Block a user