9
0
mirror of https://github.com/Lomanic/presence-button-web synced 2024-09-28 20:17:31 +00:00

👗🎓 Checkpoint

./server.js:334152/1
This commit is contained in:
Glitch (hello-express) 2018-07-18 21:18:27 +00:00
parent 4f3e815d30
commit 6c7cefe9a2

View File

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