Another attempt at vercel.json

This commit is contained in:
2025-05-05 19:41:23 -05:00
parent 6fd2ff4478
commit 720be4d01f

View File

@@ -9,6 +9,10 @@
{
"src": "/(.*)",
"dest": "src/main.py"
},
{
"src": "/routers/(.*)",
"dest": "src/main.py"
}
]
}