MIF_E31220954/backend/vercel.json

15 lines
171 B
JSON

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