6c7cefe9 by Glitch (hello-express)

:dress::mortar_board: Checkpoint

./server.js:334152/1
1 parent 4f3e815d
......@@ -17,6 +17,6 @@ app.get('/', function(request, response) {
});
// listen for requests :)
var listener = app.listen(process.env.PORT, function () {
var listener = app.listen(process.env.PORT, function() {
console.log('Your app is listening on port ' + listener.address().port);
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!