mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-31 06:01:26 +00:00
11 lines
169 B
JSON
11 lines
169 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"regions": ["iad1"],
|
|
"crons": [
|
|
{
|
|
"path": "/api/health",
|
|
"schedule": "0 * * * *"
|
|
}
|
|
]
|
|
}
|