weatherhack-api / vercel.json
Ig0tU
chore: add vercel.json for deployment
eb3d5a1
raw
history blame contribute delete
116 Bytes
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/main.py"
}
]
}