init
This commit is contained in:
12
vercel.json
Normal file
12
vercel.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"crons": [{
|
||||
"path": "/api",
|
||||
"schedule": "0 0 * * *"
|
||||
}],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/api/webhook",
|
||||
"dest": "/api/index.js"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user