diff --git a/src/app/api/categories/route.ts b/src/app/api/categories/route.ts index a4a7cdb..6b6368f 100644 --- a/src/app/api/categories/route.ts +++ b/src/app/api/categories/route.ts @@ -20,3 +20,4 @@ export async function GET() { ); } } +