Files
Kontia/vercel.json
Marcelo Dares ea23136288 changes
2026-04-29 01:15:50 +02:00

13 lines
222 B
JSON

{
"crons": [
{
"path": "/api/cron/licitations-sync?include_regulations=1",
"schedule": "0 */12 * * *"
},
{
"path": "/api/cron/regulations-verify",
"schedule": "30 5 * * *"
}
]
}