diff options
Diffstat (limited to 'proxy')
| -rw-r--r-- | proxy/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proxy/index.js b/proxy/index.js index ae9b0aa9..d2d4e738 100644 --- a/proxy/index.js +++ b/proxy/index.js @@ -45,7 +45,6 @@ server.on('request', function (req, res){ }) - /* headers: { "x-yoox-appname": auth.appname, @@ -126,4 +125,4 @@ function stream (req, res) { res.end() }) }) -}
\ No newline at end of file +} |
