Skip to content

Commit

Permalink
remove static auth
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Nov 7, 2024
1 parent 3e0ab01 commit 5a51351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/download/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export async function GET(_request: Request) {
headers: {
cookie: cookies().toString(),
"Content-Type": "application/json",
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNoYWRyYWNoQGRlc2NpLmNvbSIsImlhdCI6MTcyODM5NjAyMCwiZXhwIjoxNzU5OTUzNjIwfQ.Qck4KQEmraFRaqjtb-fNCUR9aM_tVMWLeQbGwjgs-2k'
},
}
);
Expand Down

0 comments on commit 5a51351

Please sign in to comment.