Skip to content

Commit

Permalink
Updated vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiks05 authored Apr 30, 2024
1 parent 9b9992e commit f7f7de2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"version":2,
"version": 2,
"builds": [
{
"src":"app.py",
"use": "@vercel/python"
}
{"src": "app.py", "use": "@vercel/python"}
],
"routes": [
{
"src":"/(.*)",
"dest":"app.py"
}
{"src": "/(.*)", "dest": "app.py"}
]
}

0 comments on commit f7f7de2

Please sign in to comment.