Skip to content

Commit

Permalink
[fix] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 26, 2013
1 parent 1436b71 commit 8269eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/'),
events = require('eventemitter2'),
proxy = exports;

Expand Down

0 comments on commit 8269eca

Please sign in to comment.