Files

11 lines
169 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"regions": ["iad1"],
"crons": [
{
"path": "/api/health",
"schedule": "0 * * * *"
}
]
}