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

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": "app.py", "use": "@vercel/python" }],
3
  "routes": [{ "src": "/(.*)", "dest": "app.py" }]
4
  }
 
1
  {
2
+ "builds": [{ "src": "__init__.py", "use": "@vercel/python" }],
3
  "routes": [{ "src": "/(.*)", "dest": "app.py" }]
4
  }