Mayuresh Agashe commited on
Commit
f8e452c
·
1 Parent(s): 7b2400d

Update vercel.json

Browse files
Files changed (1) hide show
  1. backend/vercel.json +1 -1
backend/vercel.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
  "builds": [{ "src": "__init__.py", "use": "@vercel/python" }],
3
- "routes": [{ "src": "/(.*)", "dest": "app.py" }]
4
  }
 
1
  {
2
  "builds": [{ "src": "__init__.py", "use": "@vercel/python" }],
3
+ "routes": [{ "src": "/(.*)", "dest": "__init__.py" }]
4
  }