From c662f9ebcd8d623db374dbc7bef231b2b0af0c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Lund=C3=A9n?= Date: Thu, 22 Aug 2019 09:35:20 +0200 Subject: [PATCH] Fix path to local http-proxy in examples. (#1072) --- examples/http/ntlm-authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/ntlm-authentication.js b/examples/http/ntlm-authentication.js index f18f2cbfc..808eaa0ef 100644 --- a/examples/http/ntlm-authentication.js +++ b/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({