MIF_E31220954/backend/vercel.json

13 lines
177 B
JSON

{
"functions": {
"api/index.py": {
"runtime": "python3.11"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "/api/index.py"
}
]
}