* update oauth tests * fix parseRequestData * add logging * add fallback * use ?? * updates * use parseUrlFormData in saml/callback * update tests * fix * remove log * update * any -> unknown * use HttpErrors * addressed * unknown -> any * feat: Add entry report wrapper to every api route in appDir * fix * fix unit test * fix
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
import { defaultResponderForAppDir } from "app/api/defaultResponderForAppDir";
|
|
|
|
import { GET as handler } from "@calcom/features/tasker/api/cleanup";
|
|
|
|
export const GET = defaultResponderForAppDir(handler);
|