a0a314fe by Glitch (hello-express)

:suspension_railway::door: Checkpoint

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