mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
syntax error fixed
This commit is contained in:
parent
fd7fcd8dec
commit
5842d0ee7d
@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
|
||||
//
|
||||
// Setup default target options (such as `https`).
|
||||
//
|
||||
this.target = {};
|
||||
this.target = {};
|
||||
this.target.https = options.target && options.target.https;
|
||||
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user