13 lines
222 B
JSON
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 * * *"
|
|
}
|
|
]
|
|
}
|