vercel.json 105 B

12345678
  1. {
  2. "crons": [
  3. {
  4. "path": "/api/check-subscriptions",
  5. "schedule": "0 0 * * *"
  6. }
  7. ]
  8. }