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 978fdbe commit 9b9992e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version":2,
"builds": [
{
"src":"./app.py",
"src":"app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src":"/(.*)",
"dest":"./app.py"
"dest":"app.py"
}
]
}
}

0 comments on commit 9b9992e

Please sign in to comment.