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 8e91dc6 commit fe83702Copy full SHA for fe83702
lib/proxy-factory.js
@@ -7,7 +7,7 @@ module.exports = ({ proxyType, opts, route }) => {
7
proxy = fastProxy({
8
base: opts.targetOverride || route.target,
9
http2: !!route.http2,
10
- ...(opts.fastProxy)
+ ...(route.fastProxy)
11
}).proxy
12
} else if (proxyType === 'lambda') {
13
proxy = require('http-lambda-proxy')({
0 commit comments