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 71c212b commit 37a9517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/imagens/anroll/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export async function GET(request) {
cache: "no-store"
});


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

Expand Down

0 comments on commit 37a9517

Please sign in to comment.