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

@@ -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
View File

@@ -1,3 +1,6 @@
# Env
.env
# Logs
logs
*.log

View File

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