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 276a04a commit c87b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/imagens/anroll/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function GET(request) {
const imageBuffer = await res.arrayBuffer();
const contentLength = imageBuffer.byteLength;

return new Response(res.status);
console.log(res.headers);

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

0 comments on commit c87b66d

Please sign in to comment.