Skip to content

Commit 326ae84

Browse files
committed
ci: update pinger url
1 parent 8d7decf commit 326ae84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/keep-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Ping API to keep Neo4j active
1515
run: |
16-
response=$(curl -s -o /dev/null -w "%{http_code}" ${{ secrets.API_URL }}/ping || echo "000")
16+
response=$(curl -s -o /dev/null -w "%{http_code}" ${{ secrets.API_URL }}/api/ping || echo "000")
1717
1818
if [ "$response" = "200" ]; then
1919
echo "✅ Successfully pinged API (HTTP $response)"

0 commit comments

Comments
 (0)