mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 06:47:29 +00:00
🚟🚪 Checkpoint
./server.js:728660/8
This commit is contained in:
parent
4983d9eb2b
commit
a0a314feb7
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user