Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] comments
  • Loading branch information
jcrugzz committed Dec 28, 2013
1 parent 182c76c commit 6fa23e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/http-proxy.js
Expand Up @@ -4,9 +4,7 @@ var http = require('http'),
httpProxy = require('./http-proxy/');

/**
* Export the "Server" so we can have an intuitive api for just creating
* a proxy
*
* Export the the proxy "Server" as the main export
*/
module.exports = httpProxy.Server;

Expand Down

0 comments on commit 6fa23e1

Please sign in to comment.