Files
fintrack/vercel.json

10 lines
99 B
JSON

{
"crons": [
{
"path": "/api/backups/auto",
"schedule": "0 2 * * *"
}
]
}