Skip to content

Commit fe83702

Browse files
committed
fix fastProxy options reference
1 parent 8e91dc6 commit fe83702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxy-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = ({ proxyType, opts, route }) => {
77
proxy = fastProxy({
88
base: opts.targetOverride || route.target,
99
http2: !!route.http2,
10-
...(opts.fastProxy)
10+
...(route.fastProxy)
1111
}).proxy
1212
} else if (proxyType === 'lambda') {
1313
proxy = require('http-lambda-proxy')({

0 commit comments

Comments
 (0)