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

This commit is contained in:
silverpro89
2026-01-28 18:59:06 +07:00
parent 3791b7cae1
commit fa5c293a7e
19 changed files with 717 additions and 11 deletions

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 = '0.0.0.0';
const HOST = 'localhost';
let server;