Navanihk's picture
initial
669d4ab
raw
history blame contribute delete
226 Bytes
{
"version": 2,
"builds": [
{
"src": "./main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}