Skip to content

Commit c662f9e

Browse files
kribbloindexzero
authored andcommittedAug 22, 2019
Fix path to local http-proxy in examples. (#1072)
1 parent 806e492 commit c662f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/http/ntlm-authentication.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var httpProxy = require('http-proxy');
1+
var httpProxy = require('../../lib/http-proxy');
22
var Agent = require('agentkeepalive');
33

44
var agent = new Agent({

0 commit comments

Comments
 (0)
Please sign in to comment.