mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 08:02:27 +08:00
API: enable proxying datasource calls using the datasource UID (#47634)
* Introduce additional routes
This commit is contained in:

committed by
GitHub

parent
7916f3b638
commit
c8189e4808
@ -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