Navigation Menu

Skip to content

Commit

Permalink
Removed erroneous and added eof newline
Browse files Browse the repository at this point in the history
  • Loading branch information
akameron committed Feb 29, 2016
1 parent eae2e65 commit 1e8e0b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node.js/rpx.js
Expand Up @@ -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/');
console.log('Server running at http://localhost:5000/');

0 comments on commit 1e8e0b5

Please sign in to comment.