welcomecenterbot/vercel.json
2023-09-06 13:20:50 +03:00

16 lines
198 B
JSON
Executable File

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