chetantiwari's picture
commit
5deb8d1
raw
history blame
191 Bytes
{
"version": 2,
"functions": {
"app/main.py": {
"runtime": "python3.9"
}
},
"rewrites": [
{
"source": "/(.*)",
"destination": "/app/main.py"
}
]
}