Skip to content

Commit

Permalink
Update axios bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
dhararaghu777 committed Sep 1, 2024
1 parent 43e114e commit 4b2aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Layout = () => {
{
headers: {
Authorization: `Bearer ${
.access_token}`
param.access_token}`
}
}
);
Expand Down

0 comments on commit 4b2aedd

Please sign in to comment.