This commit is contained in:
2025-09-25 02:32:26 +05:00
parent 1759326253
commit b524fa6968
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export const authApi = baseApi.injectEndpoints({
method: "POST",
headers: {
"Content-Type": "application/json",
"Accept": "application/json"
},
}),
async onQueryStarted(_, { queryFulfilled }) {