Files
welcomecenterbot/vercel.json

16 lines
198 B
JSON
Raw Normal View History

2023-04-16 17:58:53 +03:00
{
"version": 2,
"functions": {
2023-09-11 18:52:35 +03:00
"api/webhook.py": {
2023-04-16 17:58:53 +03:00
"memory": 1024,
"maxDuration": 10
}
},
"routes": [
{
"src": "/",
2023-09-11 18:52:35 +03:00
"dest": "/api/webhook.py"
2023-04-16 17:58:53 +03:00
}
]
}