quad ot
This commit is contained in:
@@ -25,7 +25,7 @@ fastify.post('/', function (request, reply) {
|
||||
})
|
||||
|
||||
// Run the server!
|
||||
fastify.listen(process.env.PORT || 3000, function (err, address) {
|
||||
fastify.listen(process.env.PORT || 3000, '0.0.0.0', function (err, address) {
|
||||
if (err) {
|
||||
fastify.log.error(err)
|
||||
process.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user