Skip to content

Commit

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

Expand Down

0 comments on commit d5efe68

Please sign in to comment.