diff --git a/lib/http-proxy.js b/lib/http-proxy.js index 365acedb1..c25de7395 100644 --- a/lib/http-proxy.js +++ b/lib/http-proxy.js @@ -1,7 +1,7 @@ var http = require('http'), https = require('https'), url = require('url'), - httpProxy = require('./http-proxy/'); + httpProxy = require('./http-proxy/index.js'); /** * Export the proxy "Server" as the main export.