mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-18 01:01:01 +00:00
refactor: merge /api/chat-stream to /api/openai
This commit is contained in:
@@ -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