Skip to content

Commit 6fa23e1

Browse files
committed
[fix] comments
1 parent 182c76c commit 6fa23e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: lib/http-proxy.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ var http = require('http'),
44
httpProxy = require('./http-proxy/');
55

66
/**
7-
* Export the "Server" so we can have an intuitive api for just creating
8-
* a proxy
9-
*
7+
* Export the the proxy "Server" as the main export
108
*/
119
module.exports = httpProxy.Server;
1210

0 commit comments

Comments
 (0)