Skip to content

Commit

Permalink
feat(vercel) Setting cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Jun 9, 2024
1 parent 917ad74 commit 01d0192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@
],
"crons": [{
"path": "/api/cron",
"cron": "0 * * * *"
"schedule": "0 * * * *"
}]
}

0 comments on commit 01d0192

Please sign in to comment.