Spaces:
Runtime error
Runtime error
Mayuresh Agashe
commited on
Commit
·
f8e452c
1
Parent(s):
7b2400d
Update vercel.json
Browse files- 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": "
|
4 |
}
|
|
|
1 |
{
|
2 |
"builds": [{ "src": "__init__.py", "use": "@vercel/python" }],
|
3 |
+
"routes": [{ "src": "/(.*)", "dest": "__init__.py" }]
|
4 |
}
|