Skip to content

Commit

Permalink
modified: vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 committed Apr 15, 2024
1 parent b311f39 commit 81ec9ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"src": "/v1/chat/completions",
"dest": "/app.js",
"methods": ["POST"]
},
{
"src": "/",
"dest": "/app.js",
"methods": ["GET"]
}
]
}

0 comments on commit 81ec9ac

Please sign in to comment.