Fix patch api

This commit is contained in:
KMKoushik
2024-08-11 10:29:25 +10:00
parent 0b82eb2266
commit 2bfe3e0f45

View File

@@ -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);