healthcheck fix

pull/6/head
accius 3 days ago
parent 90224770f2
commit 0638511638

@ -2811,7 +2811,7 @@ app.get('*', (req, res) => {
// START SERVER // START SERVER
// ============================================ // ============================================
app.listen(PORT, () => { app.listen(PORT, '0.0.0.0', () => {
console.log(''); console.log('');
console.log('╔═══════════════════════════════════════════════════════╗'); console.log('╔═══════════════════════════════════════════════════════╗');
console.log('║ ║'); console.log('║ ║');

Loading…
Cancel
Save

Powered by TurnKey Linux.