1
0
mirror of https://api.glitch.com/git/presence-button synced 2024-11-05 09:27:29 +00:00

🚟🚪 Checkpoint

./server.js:728660/8
This commit is contained in:
Glitch (hello-express) 2018-10-15 15:38:54 +00:00
parent 4983d9eb2b
commit a0a314feb7

View File

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