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) {
});
// listen for requests :)
var listener = app.listen(process.env.PORT, function() {
const 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!