This commit is contained in:
parent
ec3763e0b7
commit
bfdae1fbb0
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -84,7 +84,7 @@ async function getFiberData() {
|
||||||
|
|
||||||
const start = async () => {
|
const start = async () => {
|
||||||
try {
|
try {
|
||||||
await fastify.listen({ port: 3000 });
|
await fastify.listen({ host: "0.0.0.0", port: 3000 });
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
fastify.log.error(err);
|
fastify.log.error(err);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Reference in a new issue