mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:14:58 -05:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/v1/cron/periodic-st",
|
|
"schedule": "*/30 * * * *"
|
|
},
|
|
{ "path": "/api/v1/cron/data-cleanup", "schedule": "0 0 1 */2 *" }
|
|
]
|
|
}
|