👗🎓 Checkpoint

./server.js:334152/1
This commit is contained in:
Glitch (hello-express) 2018-07-18 21:18:27 +00:00
parent 4f3e815d30
commit 6c7cefe9a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});