Files
property-management-network/vercel.json
T

13 lines
176 B
JSON
Raw Normal View History

{
"crons": [
{
"path": "/api/cron/daily",
"schedule": "0 9 * * *"
},
{
"path": "/api/cron/late-fees",
"schedule": "0 8 * * *"
}
]
}