MIF_E31220954/backend/vercel.json

18 lines
202 B
JSON

{
"version": 2,
"builds": [
{
"src": "index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "index.py"
}
]
}