Remove authorization in vercel json

This commit is contained in:
austinkelsay 2024-11-08 14:35:41 -06:00
parent 0044a72a00
commit 224a5f9fc5
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -3,13 +3,11 @@
"crons": [ "crons": [
{ {
"path": "/api/users/subscription/cron", "path": "/api/users/subscription/cron",
"schedule": "0 0 * * *", "schedule": "0 0 * * *"
"authorization": "@CRON_SECRET"
}, },
{ {
"path": "/api/invoices/polling", "path": "/api/invoices/polling",
"schedule": "*/3 * * * *", "schedule": "*/3 * * * *"
"authorization": "@PLEBDEVS_API_KEY"
} }
] ]
} }