fix: vercel cron

This commit is contained in:
shinya
2025-07-25 19:22:36 +08:00
parent 2553c0d7b0
commit e0bbbd0adf

View File

@@ -13,7 +13,7 @@
"crons": [
{
"path": "/api/cron",
"schedule": "3 * * * *"
"schedule": "0 1 * * *"
}
]
}