@ -13,7 +13,7 @@ const port = process.env.PORT || 5000
const start = async () => {
try {
await fastify.listen(port)
await fastify.listen(port, '0.0.0.0')
console.log(`Launched on port ${port} 🚀`)
} catch (err) {
fastify.log.error(err)