Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
novo player.
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros committed Sep 2, 2024
1 parent 37a9517 commit 303e590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/api/imagens/anroll/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export async function GET(request) {
});


console.log(res.status);
const imageBuffer = await res.arrayBuffer();
const contentLength = imageBuffer.byteLength;

return new Response(res.status);

return new Response(imageBuffer, {
status: 200,
headers: {
Expand Down

0 comments on commit 303e590

Please sign in to comment.