refactor: merge /api/chat-stream to /api/openai
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import { getServerSideConfig } from "./app/config/server";
|
||||
import md5 from "spark-md5";
|
||||
|
||||
export const config = {
|
||||
matcher: ["/api/openai", "/api/chat-stream"],
|
||||
matcher: ["/api/openai"],
|
||||
};
|
||||
|
||||
const serverConfig = getServerSideConfig();
|
||||
|
||||
Reference in New Issue
Block a user