We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d2389 + 40639cc commit ae6449dCopy full SHA for ae6449d
1 file changed
frontend/scripts/services/api.ts
@@ -29,7 +29,7 @@ export type CurrentUserResponse = {
29
30
export const djangoApi = createApi({
31
reducerPath: "djangoApi",
32
- baseQuery: fetchBaseQuery({ credentials: "include" }),
+ baseQuery: fetchBaseQuery({ credentials: "same-origin" }),
33
keepUnusedDataFor: 600,
34
endpoints: (builder) => ({
35
getLandConsoStats: builder.query({
0 commit comments