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
welcomecenterbot/vercel.json
2023-09-11 18:52:35 +03:00

16 lines
198 B
JSON
Executable File

{
"version": 2,
"functions": {
"api/webhook.py": {
"memory": 1024,
"maxDuration": 10
}
},
"routes": [
{
"src": "/",
"dest": "/api/webhook.py"
}
]
}