healthcheck ip
This commit is contained in:
@@ -3,7 +3,7 @@ const http = require('http');
|
||||
console.log(`[${new Date().toISOString()}] Frontend health check starting...`);
|
||||
|
||||
const options = {
|
||||
hostname: 'localhost',
|
||||
hostname: '127.0.0.1',
|
||||
port: 3000,
|
||||
path: '/',
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user