mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
API: enable proxying datasource calls using the datasource UID (#47634)
* Introduce additional routes
This commit is contained in:
@@ -5,3 +5,7 @@ import "github.com/grafana/grafana/pkg/models"
|
||||
func (hs *HTTPServer) ProxyDataSourceRequest(c *models.ReqContext) {
|
||||
hs.DataProxy.ProxyDataSourceRequest(c)
|
||||
}
|
||||
|
||||
func (hs *HTTPServer) ProxyDataSourceRequestWithUID(c *models.ReqContext) {
|
||||
hs.DataProxy.ProxyDatasourceRequestWithUID(c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user