Commit 51af06ed by Torkel Ödegaard

Merge pull request #2022 from dalmatinerdb/proxy-url-fix

fixing #2021
parents a8aab0cb 7cf9046d
......@@ -118,6 +118,7 @@ func Register(r *macaron.Macaron) {
r.Get("/frontend/settings/", GetFrontendSettings)
r.Any("/datasources/proxy/:id/*", reqSignedIn, ProxyDataSourceRequest)
r.Any("/datasources/proxy/:id", reqSignedIn, ProxyDataSourceRequest)
// Dashboard
r.Group("/dashboards", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment