[fixed] - token service
This commit is contained in:
@@ -7,7 +7,7 @@ export const baseQuery = async (args, api, extraOptions) => {
|
|||||||
baseUrl: import.meta.env.VITE_BAS_URL,
|
baseUrl: import.meta.env.VITE_BAS_URL,
|
||||||
credentials: 'include',
|
credentials: 'include',
|
||||||
prepareHeaders: (headers) => {
|
prepareHeaders: (headers) => {
|
||||||
headers.set('Content-Type', 'application/json');
|
// headers.set('Content-Type', 'application/json');
|
||||||
return headers;
|
return headers;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user