fix: ta bort extra } i recipe-preview-proxy/route.ts
This commit is contained in:
@@ -18,4 +18,3 @@ export const GET = withAuth(async (request, session) => {
|
||||
const text = await res.text();
|
||||
return new NextResponse(text, { status: res.status, headers: { 'Content-Type': 'application/json' } });
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user