MIF_E31220954/backend/vercel.json

15 lines
182 B
JSON

{
"functions": {
"index.py": {
"runtime": "@vercel/python@3.1.7"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "index.py"
}
]
}