mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Fix accidental write to global variable.
This commit is contained in:
parent
29afab4488
commit
dfdedf23b7
@ -1,5 +1,5 @@
|
||||
var caronte = exports,
|
||||
web = require('./passes/web-incoming');
|
||||
web = require('./passes/web-incoming'),
|
||||
ws = require('./passes/ws-incoming');
|
||||
|
||||
caronte.createWebProxy = createRightProxy('web');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user