welcomecenterbot/vercel.json

16 lines
198 B
JSON
Raw Normal View History

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