From f34f6172813e798f678d546223fe583dfaa5c164 Mon Sep 17 00:00:00 2001 From: AyaShosha Date: Wed, 29 Jul 2026 14:42:46 +0300 Subject: [PATCH] Update health-check.py --- q1-deploy-monitor/health-check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q1-deploy-monitor/health-check.py b/q1-deploy-monitor/health-check.py index a0783d1..8ecb4f8 100644 --- a/q1-deploy-monitor/health-check.py +++ b/q1-deploy-monitor/health-check.py @@ -5,7 +5,7 @@ import time while True: try: - with urlopen('https://my-application-2f85feb054d8.hosted.ghaymah.systems/health') as response: + with urlopen('https://node-app-75fbd9c11652.hosted.ghaymah.systems/health') as response: print(f"Status Code: {response.status}") except HTTPError as error: