[fix] comments

This commit is contained in:
Jarrett Cruger 2013-12-27 19:04:44 -05:00
parent 182c76cd23
commit 6fa23e11f6

View File

@ -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;