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

fixing #2021
This commit is contained in:
Torkel Ödegaard
2015-05-20 09:03:23 +02:00

View File

@@ -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() {