welcomecenterbot/vercel.json
2023-04-16 17:58:53 +03:00

16 lines
194 B
JSON
Executable File

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