mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 22:24:14 +08:00
refer to plugins are ExternalPlugin instead of thirdParty
This commit is contained in:
@ -185,7 +185,7 @@ func Register(r *macaron.Macaron) {
|
||||
// rendering
|
||||
r.Get("/render/*", reqSignedIn, RenderToPng)
|
||||
|
||||
InitThirdPartyRoutes(r)
|
||||
InitExternalPluginRoutes(r)
|
||||
|
||||
r.NotFound(NotFoundHandler)
|
||||
}
|
||||
|
Reference in New Issue
Block a user