[taskboard] add completion sync APIs
This commit is contained in:
7
app/api/sync/openclaw/route.ts
Normal file
7
app/api/sync/openclaw/route.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
import { syncOpenClawTasks } from "@/lib/openclaw-sync";
|
||||
|
||||
export async function POST() {
|
||||
return NextResponse.json(await syncOpenClawTasks());
|
||||
}
|
||||
Reference in New Issue
Block a user