From 2f0a1f6b7eeed6402fdfe849eafac974bd72058e Mon Sep 17 00:00:00 2001 From: AmirKasseb Date: Tue, 28 Jul 2026 05:39:55 +0000 Subject: [PATCH] Update q1-deploy-monitor/health-check.sh edited endpoint link after updating it in ghaymah platform --- q1-deploy-monitor/health-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q1-deploy-monitor/health-check.sh b/q1-deploy-monitor/health-check.sh index 3667af9..e813c37 100644 --- a/q1-deploy-monitor/health-check.sh +++ b/q1-deploy-monitor/health-check.sh @@ -1,7 +1,7 @@ #!/bin/bash # URL of the application's health endpoint -URL="https://gheyma-app-2b88268529f9.hosted.ghaymah.systems/health" +URL="https://ghaymah-app-19cc5d65231a.hosted.ghaymah.systems/health" # Maximum time to wait for a response (seconds) TIMEOUT=10