proxy: fix bug with incorrect addressing causing invalid route configs

This commit is contained in:
Tejasvi Nareddy 2019-05-21 17:08:03 -04:00
parent 2eb2eb0620
commit 9992eebcac
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ type Proxy struct {
type routeConfig struct {
mux http.Handler
policy *policy.Policy
policy policy.Policy
}
// New takes a Proxy service from options and a validation function.