fixed proxy 'to' url to include 'from' querystring
This commit is contained in:
@ -180,7 +180,7 @@ function proxyRequest (route, app) {
|
||||
const next = arguments[arguments.length - 1]
|
||||
const keys = []
|
||||
route.re = pathToRegexp(route.from, keys)
|
||||
route.new = this.path.replace(route.re, route.to)
|
||||
route.new = this.url.replace(route.re, route.to)
|
||||
|
||||
keys.forEach((key, index) => {
|
||||
const re = RegExp(`:${key.name}`, 'g')
|
||||
|
Reference in New Issue
Block a user