MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / PATCH

Function PATCH

src/app/api/tasks/route.ts:36–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export async function PATCH() {
37 if (!isConfigured()) {
38 return NextResponse.json(
39 { error: "Google Tasks not configured" },
40 { status: 400 }
41 );
42 }
43
44 return NextResponse.json(
45 { error: "Google Tasks update not implemented" },
46 { status: 501 }
47 );
48}

Callers

nothing calls this directly

Calls 1

isConfiguredFunction · 0.85

Tested by

no test coverage detected