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"
}
]
}