Merge branch 'master' into next
This commit is contained in:
@ -195,7 +195,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')
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "local-web-server",
|
||||
"version": "1.0.0-alpha.5",
|
||||
"version": "1.0.0-alpha.6",
|
||||
"description": "A simple web-server for productive front-end development",
|
||||
"bin": {
|
||||
"ws": "./bin/cli.js"
|
||||
|
Reference in New Issue
Block a user