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