Compare commits
2 Commits
Sprint-9.0
...
Sprint-9.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 52a987b616 | |||
|
|
2a3c211b56 |
@@ -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