Skip to content

Commit

Permalink
Fix path to local http-proxy in examples. (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
kribblo authored and indexzero committed Aug 22, 2019
1 parent 806e492 commit c662f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http/ntlm-authentication.js
@@ -1,4 +1,4 @@
var httpProxy = require('http-proxy');
var httpProxy = require('../../lib/http-proxy');
var Agent = require('agentkeepalive');

var agent = new Agent({
Expand Down

0 comments on commit c662f9e

Please sign in to comment.