Archived
Update vercel.json
This commit is contained in:
1 file changed
+2
-2
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
{"builds": [{ "src": "app.py", "use": "@now/python" }],
|
{"builds": [{ "src": "src/__init__.py.py", "use": "@now/python" }],
|
||||||
"routes": [
|
"routes": [
|
||||||
{ "src": "/", "dest": "src/" }]
|
{ "src": "/", "dest": "src/__init__.py" }]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user