diff options
Diffstat (limited to 'http_target.go')
| -rw-r--r-- | http_target.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_target.go b/http_target.go index 8e02b14..0fdbc10 100644 --- a/http_target.go +++ b/http_target.go @@ -231,7 +231,7 @@ func (ht *HTTPTarget) paramsToPath() { } } - ht.Path = rute.String() + ht.Path = rute.Path() } // refCopy copy original fields, methods, and handlers that cannot be |
