first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { NextResponse } from "next/server";
|
||||
import { getBackend } from "@/lib/backend";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ messages: await getBackend().threadParents() });
|
||||
}
|
||||
Reference in New Issue
Block a user