Vercel cron jobs
Unanswered
Hamiltonstövare posted this in #help-forum
HamiltonstövareOP
{
"crons": [
{
"path": "/api/crons/resetUseCount",
"schedule": "0 0 * * *"
}
]
}Its a project with basepath:
/studio on the next.config...Do i need to add the base path before /api?
Edit: Answer is yes I need to add the base path.