Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya062003 committed Apr 2, 2024
1 parent 7185af1 commit 20dd6f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 48 deletions.
39 changes: 0 additions & 39 deletions api/app.py

This file was deleted.

22 changes: 13 additions & 9 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "/app.py"
}
]
}

"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.py"
}
]
}

0 comments on commit 20dd6f4

Please sign in to comment.