diff --git a/vercel.json b/vercel.json index 603bfca..e11c1d0 100644 --- a/vercel.json +++ b/vercel.json @@ -9,5 +9,11 @@ } ] } + ], + "crons": [ + { + "path": "/api/cron", + "schedule": "3 * * * *" + } ] }