mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
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:
commit
c53c07c274
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue