Techdocs / backend /vercel.json
mayureshagashe2105's picture
Update router
33f35b9
raw
history blame
115 Bytes
{
"builds": [{ "src": "app.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "app.py" }]
}