mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Fix path to local http-proxy in examples. (#1072)
This commit is contained in:
parent
806e4927c9
commit
c662f9ebcd
@ -1,4 +1,4 @@
|
|||||||
var httpProxy = require('http-proxy');
|
var httpProxy = require('../../lib/http-proxy');
|
||||||
var Agent = require('agentkeepalive');
|
var Agent = require('agentkeepalive');
|
||||||
|
|
||||||
var agent = new Agent({
|
var agent = new Agent({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user