Bootdata: Expose grafanaBootData under /bootdata URL (#104258)

This commit is contained in:
Ryan McKinley
2025-04-25 10:50:03 +01:00
committed by GitHub
parent eed048fc09
commit 73c018b298
6 changed files with 41 additions and 32 deletions
+3
View File
@@ -92,6 +92,9 @@ func (hs *HTTPServer) registerRoutes() {
panic(err) // ???
}
r.Get("/mtfe", index.HandleRequest)
// Temporarily expose the full bootdata via API
r.Get("/bootdata", reqNoAuth, hs.GetBootdata)
}
// authed views