update
All checks were successful
Deploy to Production / deploy (push) Successful in 19s

This commit is contained in:
silverpro89
2026-01-28 20:05:36 +07:00
parent b34bd7a4e3
commit f8a8923cd9

View File

@@ -5,7 +5,7 @@ const { closeQueues } = require('./config/bullmq');
const config = require('./config/config.json');
const PORT = config.server.port || 3000;
const HOST = 'localhost';
const HOST = '0.0.0.0';
let server;