refactoring: some minor refactoring and changes to AWS profile PR #3053
This commit is contained in:
@@ -97,7 +97,7 @@ func ProxyDataSourceRequest(c *middleware.Context) {
|
||||
}
|
||||
|
||||
if ds.Type == m.DS_CLOUDWATCH {
|
||||
cloudwatch.HandleRequest(c)
|
||||
cloudwatch.HandleRequest(c, ds)
|
||||
} else {
|
||||
proxyPath := c.Params("*")
|
||||
proxy := NewReverseProxy(ds, proxyPath, targetUrl)
|
||||
|
||||
Reference in New Issue
Block a user