miniperplx/vercel.json
2024-11-28 19:34:52 +05:30

14 lines
208 B
JSON

{
"crons": [
{
"path": "/api/clean_images",
"schedule": "0 * * * *"
}
],
"regions": [
"iad1",
"sfo1",
"bom1",
"sin1"
]
}