diff --git a/DreamLife_easytier/app.js b/DreamLife_easytier/app.js index f6689f9..0789a40 100644 --- a/DreamLife_easytier/app.js +++ b/DreamLife_easytier/app.js @@ -10,8 +10,8 @@ class SystemMonitor { this.updateInterval = 1000; this.isOnline = false; - this.cpuApiUrl = 'https://dreamlife.indevs.in:61207/api/4/cpu'; - this.memoryApiUrl = 'https://dreamlife.indevs.in:61207/api/4/mem'; + this.cpuApiUrl = 'https://150.158.142.253/api/4/cpu'; + this.memoryApiUrl = 'https://150.158.142.253/api/4/mem'; this.init(); } @@ -227,7 +227,7 @@ async function testLatency() { try { const startTime = performance.now(); - await fetch('https://dreamlife.indevs.in:61207/api/4/cpu', { + await fetch('https://150.158.142.253/api/4/cpu', { method: 'GET', signal: AbortSignal.timeout(5000) });