mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fix reverse-proxy example require path (#1067)
This commit is contained in:
parent
c8fa599983
commit
806e4927c9
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
var http = require('http'),
|
var http = require('http'),
|
||||||
net = require('net'),
|
net = require('net'),
|
||||||
httpProxy = require('http-proxy'),
|
httpProxy = require('../../lib/http-proxy'),
|
||||||
url = require('url'),
|
url = require('url'),
|
||||||
util = require('util');
|
util = require('util');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user