mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
proxy: fix bug with incorrect addressing causing invalid route configs
This commit is contained in:
parent
2eb2eb0620
commit
9992eebcac
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