Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6b41965

Browse files
committed
Oops
1 parent 8fd0e02 commit 6b41965

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/www

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ const server = http.createServer(app);
3535
* Listen on provided port, on all network interfaces.
3636
*/
3737

38-
server.listen(port, '192.168.1.100');
39-
//console.error(server.address());
38+
server.listen(port);
4039

4140
const onError = (error) => {
4241
if (error.syscall !== 'listen') {

0 commit comments

Comments
 (0)