add
This commit is contained in:
parent
683aebf1e9
commit
2e29f89791
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{ "src": "app.py", "use": "@vercel/python" }
|
||||
],
|
||||
"routes": [
|
||||
{ "src": "/(.*)", "dest": "app.py" }
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue