We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24737e0 commit dc1bbabCopy full SHA for dc1bbab
1 file changed
lib/middleware/proxy.js
@@ -125,6 +125,6 @@ var createProxyHandler = function (proxies, urlRoot) {
125
return middleware
126
}
127
128
-exports.create = function (/* config */ config, /* config.proxies */ proxies) {
+exports.create = function (/* config */config, /* config.proxies */proxies) {
129
return createProxyHandler(parseProxyConfig(proxies, config), config.urlRoot)
130
0 commit comments