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