diff --git a/node.js/rpx.js b/node.js/rpx.js index e7a3bfb..cdeac0e 100644 --- a/node.js/rpx.js +++ b/node.js/rpx.js @@ -25,7 +25,6 @@ http.createServer(function(request, response) { console.log("Requesting URL: ", url); request(url).pipe(response); })) - } }).listen(5000); -console.log('Server running at http://localhost:5000/'); \ No newline at end of file +console.log('Server running at http://localhost:5000/');