mayureshagashe2105 commited on
Commit
ee6714d
·
2 Parent(s): 1d97471 f8e452c

Merge branch 'main' of https://github.com/mayureshagashe2105/Techdocs into main

Browse files
Files changed (1) hide show
  1. backend/vercel.json +2 -2
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": "__init__.py" }]
4
  }