[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,
|
||||
credentials: 'include',
|
||||
prepareHeaders: (headers) => {
|
||||
headers.set('Content-Type', 'application/json');
|
||||
// headers.set('Content-Type', 'application/json');
|
||||
return headers;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user