@@ -1,2 +0,0 @@
-#VITE_API_BASE=/api
-VITE_API_BASE=//t.ptcrepair.com.au
@@ -0,0 +1 @@
+VITE_API_BASE=/api
+VITE_API_BASE=//t.ptcrepair.com.au
@@ -19,6 +19,7 @@ interface ResponseData<T = any> {
const _axios = axios.create({
baseURL: import.meta.env.VITE_API_BASE,
+ withCredentials: true,
})
const cancelMethods: Record<string, Canceler> = {}