mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
Xu ly dong bo nguoi dung thanh cong
This commit is contained in:
@@ -15,7 +15,6 @@ import { handle as siliconflowHandler } from "../../siliconflow";
|
||||
import { handle as xaiHandler } from "../../xai";
|
||||
import { handle as chatglmHandler } from "../../glm";
|
||||
import { handle as proxyHandler } from "../../proxy";
|
||||
import { handle as supabaseHandler } from "../../supabase";
|
||||
|
||||
async function handle(
|
||||
req: NextRequest,
|
||||
@@ -28,9 +27,6 @@ async function handle(
|
||||
|
||||
console.log(`[${params.provider} Route] params `, params);
|
||||
switch (apiPath) {
|
||||
case ApiPath.Supabase:
|
||||
console.log("[Supabase Route] params ", params);
|
||||
return supabaseHandler(req, { params });
|
||||
case ApiPath.Azure:
|
||||
return azureHandler(req, { params });
|
||||
case ApiPath.Google:
|
||||
|
||||
Reference in New Issue
Block a user