Skip to content

Commit

Permalink
fix reverse-proxy example require path (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolingxue authored and indexzero committed Aug 22, 2019
1 parent c8fa599 commit 806e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http/reverse-proxy.js
Expand Up @@ -23,7 +23,7 @@

var http = require('http'),
net = require('net'),
httpProxy = require('http-proxy'),
httpProxy = require('../../lib/http-proxy'),
url = require('url'),
util = require('util');

Expand Down

0 comments on commit 806e492

Please sign in to comment.