Comparing version 0.3.21-rc1 to 0.3.21-rc2
@@ -17,3 +17,3 @@ var birdUtils= require('bird-common/utils') | ||
if (route.replace) { | ||
hitRouteInfo.adjustedPathname = pathname.replace(rgx, route.replace) | ||
hitRouteInfo.pathname = pathname.replace(rgx, route.replace) | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "birdv3", | ||
"version": "0.3.21-rc1", | ||
"version": "0.3.21-rc2", | ||
"description": "birdv3 is a proxy server with cas auth built in, originate from `bird`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
107728