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
@@ -123,7 +123,7 @@ yarn dx
There are a few features which require cron job setup. At cal.com, the cron jobs are found in the following directory:
```bash
/apps/web/pages/api/cron
/apps/web/app/api/cron
```