mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Remove authorization in vercel json
This commit is contained in:
parent
0044a72a00
commit
224a5f9fc5
@ -3,13 +3,11 @@
|
||||
"crons": [
|
||||
{
|
||||
"path": "/api/users/subscription/cron",
|
||||
"schedule": "0 0 * * *",
|
||||
"authorization": "@CRON_SECRET"
|
||||
"schedule": "0 0 * * *"
|
||||
},
|
||||
{
|
||||
"path": "/api/invoices/polling",
|
||||
"schedule": "*/3 * * * *",
|
||||
"authorization": "@PLEBDEVS_API_KEY"
|
||||
"schedule": "*/3 * * * *"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user