We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182c76c commit 6fa23e1Copy full SHA for 6fa23e1
lib/http-proxy.js
@@ -4,9 +4,7 @@ var http = require('http'),
4
httpProxy = require('./http-proxy/');
5
6
/**
7
- * Export the "Server" so we can have an intuitive api for just creating
8
- * a proxy
9
- *
+ * Export the the proxy "Server" as the main export
10
*/
11
module.exports = httpProxy.Server;
12
0 commit comments