Skip to content

Commit 42a98f0

Browse files
fix: 405 method not allowed error for queuedFormResponseCleanup (calcom#24191)
1 parent f003ef9 commit 42a98f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/app/api/cron/queuedFormResponseCleanup

apps/web/app/api/cron/queuedFormResponseCleanup/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { defaultResponderForAppDir } from "app/api/defaultResponderForAppDir";
22

33
import { handleQueuedFormResponseCleanup } from "@calcom/app-store/routing-forms/cron/queuedFormResponseCleanup";
44

5-
export const POST = defaultResponderForAppDir(handleQueuedFormResponseCleanup);
5+
export const GET = defaultResponderForAppDir(handleQueuedFormResponseCleanup);

0 commit comments

Comments
 (0)