mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] Code style adjustment.
This commit is contained in:
parent
a934cb6a46
commit
3ab6e9591e
@ -4,9 +4,9 @@ var http = require('http'),
|
|||||||
httpProxy = require('./http-proxy/');
|
httpProxy = require('./http-proxy/');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Export the the proxy "Server" as the main export
|
* Export the proxy "Server" as the main export.
|
||||||
*/
|
*/
|
||||||
module.exports = httpProxy.Server;
|
module.exports = httpProxy.Server;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the proxy server.
|
* Creates the proxy server.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user