check if health api job runs on 5001 port

This commit is contained in:
lalitdeore12@gmail.com
2025-03-11 22:58:35 +05:30
parent 338f62c9e1
commit 14eec03139
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
exit 1
fi
HEALTH_RESPONSE=$(curl -s 'http://localhost:3001/api/v1/health?force=true' \
HEALTH_RESPONSE=$(curl -s 'http://localhost:5001/api/v1/health?force=true' \
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Connection: keep-alive' \