mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CDN: Fix passing correct prefix to GetContentDeliveryURL (#30777)
This commit is contained in:
parent
27f5d482d1
commit
561a0a2995
@ -428,7 +428,7 @@ func (hs *HTTPServer) setIndexViewData(c *models.ReqContext) (*dtos.IndexViewDat
|
||||
NavTree: navTree,
|
||||
Sentry: &hs.Cfg.Sentry,
|
||||
Nonce: c.RequestNonce,
|
||||
ContentDeliveryURL: hs.Cfg.GetContentDeliveryURL((hs.License.Edition())),
|
||||
ContentDeliveryURL: hs.Cfg.GetContentDeliveryURL(hs.License.ContentDeliveryPrefix()),
|
||||
}
|
||||
|
||||
if setting.DisableGravatar {
|
||||
|
Loading…
Reference in New Issue
Block a user