wip
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
# Env
|
||||||
|
.env
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ export const authApi = baseApi.injectEndpoints({
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Accept": "application/json"
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
async onQueryStarted(_, { queryFulfilled }) {
|
async onQueryStarted(_, { queryFulfilled }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user