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": [
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user