diff --git a/vercel.json b/vercel.json index 099558c..1b53b33 100644 --- a/vercel.json +++ b/vercel.json @@ -11,6 +11,11 @@ "src": "/v1/chat/completions", "dest": "/app.js", "methods": ["POST"] + }, + { + "src": "/", + "dest": "/app.js", + "methods": ["GET"] } ] } \ No newline at end of file