Skip to content

Commit 8269eca

Browse files
committed
[fix] tests
1 parent 1436b71 commit 8269eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var http = require('http'),
22
https = require('https'),
33
url = require('url'),
4-
httpProxy = require('./http-proxy'),
4+
httpProxy = require('./http-proxy/'),
55
events = require('eventemitter2'),
66
proxy = exports;
77

0 commit comments

Comments
 (0)