Skip to content

Commit 806e492

Browse files
piaolingxueindexzero
authored andcommitted
fix reverse-proxy example require path (#1067)
1 parent c8fa599 commit 806e492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/reverse-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
var http = require('http'),
2525
net = require('net'),
26-
httpProxy = require('http-proxy'),
26+
httpProxy = require('../../lib/http-proxy'),
2727
url = require('url'),
2828
util = require('util');
2929

0 commit comments

Comments
 (0)