Merge pull request #133 from nareddyt/bug-route-config-addresses

proxy: fix bug with incorrect addressing causing invalid route configs
This commit is contained in:
Bobby DeSimone 2019-05-21 16:30:21 -07:00 committed by GitHub
commit c53c07c274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.