mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-18 18:31:21 +00:00
14 lines
209 B
JSON
14 lines
209 B
JSON
{
|
|
"version": 2,
|
|
"crons": [
|
|
{
|
|
"path": "/api/users/subscription/cron",
|
|
"schedule": "0 0 * * *"
|
|
},
|
|
{
|
|
"path": "/api/invoices/polling",
|
|
"schedule": "*/3 * * * *"
|
|
}
|
|
]
|
|
}
|