[taskboard] add dispatch control plane
This commit is contained in:
7
app/api/dispatch-history/route.ts
Normal file
7
app/api/dispatch-history/route.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
import { listTaskEvents } from "@/lib/tasks";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json(await listTaskEvents(undefined, 100));
|
||||
}
|
||||
Reference in New Issue
Block a user