Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Apr 24, 2024
1 parent 4494b21 commit ee90e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/contribution-api/useGetObjectContributeData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function useGetContributionData(URL: {}, reload: unknown) {
const response = await fetch(url as RequestInfo, {
headers: {
Authorization: VITE_SCANR_API_AUTHORIZATION,
"Access-Control-Allow-Origin": "*",
"Content-Type": "application/json",
},
});
Expand Down

0 comments on commit ee90e5c

Please sign in to comment.