We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c425d62 commit 661b3a9Copy full SHA for 661b3a9
server.js
@@ -1,7 +1,7 @@
1
var Hapi = require('hapi');
2
var FridayParticipants = require('./friday-participants.json');
3
4
-var server = Hapi.createServer('localhost', 8080);
+var server = Hapi.createServer('0.0.0.0', 8080);
5
6
7
FridayParticipants.forEach(function (participant) {
0 commit comments