mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 16:03:46 +08:00
Library panels: Add backend route (#55746)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user