fix: corrected path for cron in documentation (#21274)

* path-fix

* path-update2
This commit is contained in:
Farhan Javed
2025-05-13 16:02:40 +00:00
committed by GitHub
parent ead42c1a9c
commit 7093e1e4c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ For instance, if you are hosting on Vercel, you would need to set up cron jobs b
At cal.com, the cron jobs are found in the following directory:
```
/apps/web/pages/api/cron
/apps/web/app/api/cron
```