We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fa599 commit 806e492Copy full SHA for 806e492
examples/http/reverse-proxy.js
@@ -23,7 +23,7 @@
23
24
var http = require('http'),
25
net = require('net'),
26
- httpProxy = require('http-proxy'),
+ httpProxy = require('../../lib/http-proxy'),
27
url = require('url'),
28
util = require('util');
29
0 commit comments