Skip to content

Commit 4139f95

Browse files
authored
removed static ip (#106)
Not working on other networks outside the testing network
1 parent 8f06586 commit 4139f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/bin/www

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var server = http.createServer(app);
2525
* Listen on provided port, on all network interfaces.
2626
*/
2727

28-
server.listen(port, '192.168.0.202');
28+
server.listen(port);
2929
server.on('error', onError);
3030
server.on('listening', onListening);
3131

0 commit comments

Comments
 (0)