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