diff --git a/apps/web/src/app/api/v1/[[...route]]/route.ts b/apps/web/src/app/api/v1/[[...route]]/route.ts index afc0f92..25122a5 100644 --- a/apps/web/src/app/api/v1/[[...route]]/route.ts +++ b/apps/web/src/app/api/v1/[[...route]]/route.ts @@ -5,3 +5,4 @@ export const GET = handle(app); export const POST = handle(app); export const PUT = handle(app); export const DELETE = handle(app); +export const PATCH = handle(app);