Hello-World/vercel.json
Claude b32ef2082c
Add Vercel project with health check ping
Static frontend + Python serverless function at /api/ping
that sends a GET request to Healthchecks.io and returns JSON status.

https://claude.ai/code/session_01U8j5zqsX4kwqjnzq3EncSi
2026-06-11 13:17:29 +00:00

5 lines
85 B
JSON

{
"rewrites": [
{ "source": "/api/ping", "destination": "/api/ping.py" }
]
}