There was an error while loading. Please reload this page.
1 parent 8d7decf commit 326ae84Copy full SHA for 326ae84
1 file changed
.github/workflows/keep-alive.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Ping API to keep Neo4j active
15
run: |
16
- response=$(curl -s -o /dev/null -w "%{http_code}" ${{ secrets.API_URL }}/ping || echo "000")
+ response=$(curl -s -o /dev/null -w "%{http_code}" ${{ secrets.API_URL }}/api/ping || echo "000")
17
18
if [ "$response" = "200" ]; then
19
echo "✅ Successfully pinged API (HTTP $response)"
0 commit comments