This commit is contained in:
2025-02-19 00:10:44 +03:00
commit 1fac451ada
8 changed files with 279 additions and 0 deletions

12
vercel.json Normal file
View File

@@ -0,0 +1,12 @@
{
"crons": [{
"path": "/api",
"schedule": "0 0 * * *"
}],
"routes": [
{
"src": "/api/webhook",
"dest": "/api/index.js"
}
]
}