diff --git a/frontend/app/api/recipe-preview-proxy/route.ts b/frontend/app/api/recipe-preview-proxy/route.ts index 3ffbaea1..184031cb 100644 --- a/frontend/app/api/recipe-preview-proxy/route.ts +++ b/frontend/app/api/recipe-preview-proxy/route.ts @@ -17,5 +17,4 @@ export const GET = withAuth(async (request, session) => { const text = await res.text(); return new NextResponse(text, { status: res.status, headers: { 'Content-Type': 'application/json' } }); -}); -} \ No newline at end of file +}); \ No newline at end of file