Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh7i committed Dec 30, 2023
1 parent dfd0a4a commit 483582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/chakra-client/src/layouts/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export default function HomePage() {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Access-Control-Allow-Credentials": true,
//"Access-Control-Allow-Credentials": true,
},
})
.then((response) => {
Expand Down

0 comments on commit 483582e

Please sign in to comment.