Skip to content

Commit

Permalink
Merge pull request fatwang2#10 from mzbgf/main
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 authored Jun 2, 2024
2 parents b457a62 + 2b7083f commit 4922df3
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 @@ -8,14 +8,14 @@
],
"routes": [
{
"src": "/v1/chat/completions",
"src": "/v1/(.*)",
"dest": "/app.js",
"methods": ["POST"]
"methods": ["OPTIONS", "POST"]
},
{
"src": "/",
"dest": "/app.js",
"methods": ["GET"]
}
]
}
}

0 comments on commit 4922df3

Please sign in to comment.