We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b21c commit d3929adCopy full SHA for d3929ad
lib/resolveOptions.js
@@ -22,14 +22,14 @@ function resolveOptions(options) {
22
if (options.decorateRequest) {
23
throw new Error(
24
'decorateRequest is REMOVED; use proxyReqOptDecorator and' +
25
- 'proxyReqBodyDecorator instead. see README.md'
+ ' proxyReqBodyDecorator instead. see README.md'
26
);
27
}
28
29
if (options.forwardPath || options.forwardPathAsync) {
30
console.warn(
31
'forwardPath and forwardPathAsync are DEPRECATED' +
32
- 'and should be replaced with proxyReqPathResolver'
+ ' and should be replaced with proxyReqPathResolver'
33
34
35
0 commit comments