mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
proxy: Fix policy reload regression (#396)
* Fix policy reload regression * Update changelog
This commit is contained in:
parent
8164cfd85a
commit
f20d913abe
4 changed files with 10 additions and 2 deletions
|
@ -136,7 +136,7 @@ func newProxyService(opt config.Options, r *mux.Router) (*proxy.Proxy, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
r.PathPrefix("/").Handler(service.Handler)
|
||||
r.PathPrefix("/").Handler(service)
|
||||
return service, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue