Update vercel.json

This commit is contained in:
RTAkland
2023-01-07 21:15:10 +08:00
committed by GitHub
parent 408dc88529
commit f2ca92266f
1 file changed
+2 -2
+2 -2
View File
@@ -1,4 +1,4 @@
{
{"builds": [{ "src": "app.py", "use": "@now/python" }],
"routes": [
{ "src": "/", "dest": "src/__init__.py" }]
{ "src": "/", "dest": "src/" }]
}