This repository has been archived on 2025-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gh2tg/vercel.json

12 lines
198 B
JSON
Raw Normal View History

2025-02-19 00:10:44 +03:00
{
"crons": [{
"path": "/api",
"schedule": "0 0 * * *"
}],
"routes": [
{
"src": "/api/webhook",
"dest": "/api/index.js"
}
]
}