diff options
Diffstat (limited to 'test/node/write_return')
| -rw-r--r-- | test/node/write_return/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/write_return/app.js b/test/node/write_return/app.js index 345b6c4b..d0b3d850 100644 --- a/test/node/write_return/app.js +++ b/test/node/write_return/app.js @@ -2,4 +2,4 @@ require('http').createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}) .end(res.write('body').toString()); -}).listen(7080); +}).listen(8080); |
