Skip to content

Commit

Permalink
revert fetch: include creds
Browse files Browse the repository at this point in the history
  • Loading branch information
hsteuernagel committed Aug 7, 2024
1 parent d5efe68 commit 17589cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/src/common/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const link = split(
}),
new BatchHttpLink({
uri: window.location.origin+'/graphql/batch',
credentials: 'include',
}),
);

Expand Down

0 comments on commit 17589cd

Please sign in to comment.