Skip to content

Commit

Permalink
Revert "fix: ensure app listens on IPv4/tcp ports (#48)"
Browse files Browse the repository at this point in the history
This reverts commit 56c4670.
  • Loading branch information
Julusian committed Sep 4, 2023
1 parent 0ed0b57 commit 0289488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const db = new PouchDB(`http://127.0.0.1:${config.http.port}/db/_media`)
logger.info(config)

scanner({ logger, db, config })
app({ logger, db, PouchDB, config }).listen(config.http.port, '0.0.0.0')
app({ logger, db, PouchDB, config }).listen(config.http.port)

0 comments on commit 0289488

Please sign in to comment.