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 84cb481 commit c6ea984Copy full SHA for c6ea984
lib/Server.js
@@ -299,7 +299,7 @@ class Server {
299
300
// - Check if we have a bypass function defined
301
// - In case the bypass function is defined we'll retrieve the
302
- // bypassUrl from it otherwise byPassUrl would be null
+ // bypassUrl from it otherwise bypassUrl would be null
303
const isByPassFuncDefined = typeof proxyConfig.bypass === 'function';
304
const bypassUrl = isByPassFuncDefined
305
? proxyConfig.bypass(req, res, proxyConfig)
0 commit comments