mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
fix little bug
This commit is contained in:
parent
48517034f2
commit
852401d556
@ -0,0 +1,10 @@
|
||||
import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
async function handle(
|
||||
req: NextRequest,
|
||||
{ params }: { params: { path: string[] } },
|
||||
) {
|
||||
return NextResponse.json({});
|
||||
}
|
||||
|
||||
export const GET = handle;
|
Loading…
Reference in New Issue
Block a user