mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 08:37:29 +00:00
👗🎓 Checkpoint
./server.js:334152/1
This commit is contained in:
parent
4f3e815d30
commit
6c7cefe9a2
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user