Skip to content

Commit

Permalink
grash testing sdy2efy;o8fe2f
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenthefirst authored Dec 8, 2024
1 parent 20cd0ef commit 7653fba
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"version": 2,
"builds": [
"rewrites": [
{
"src": "api/server.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/send_image",
"dest": "/api/send_image"
},
{
"src": "/(.*)",
"dest": "/api/server.py"
"source": "/send_image",
"destination": "/api/send_image"
}
]
}

0 comments on commit 7653fba

Please sign in to comment.