Skip to content

Commit 661b3a9

Browse files
committed
Changing host binding
1 parent c425d62 commit 661b3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var Hapi = require('hapi');
22
var FridayParticipants = require('./friday-participants.json');
33

4-
var server = Hapi.createServer('localhost', 8080);
4+
var server = Hapi.createServer('0.0.0.0', 8080);
55

66

77
FridayParticipants.forEach(function (participant) {

0 commit comments

Comments
 (0)