Skip to content

Commit

Permalink
Update route.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored Sep 3, 2024
1 parent f80c8b7 commit 9a85168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/debug/test/route.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export async function POST(request) {
const body = await request.json();
const res = await fetch(body.url, {
body.headers
body.headers,
cache: "no-store"
});

Expand Down

0 comments on commit 9a85168

Please sign in to comment.