src/api/http/request.ts @@ -11,7 +11,6 @@ function getAuthToken () { return localStorage.getItem(ELocalStorageKey.Token) } console.log(import.meta.env.VITE_BASE_API, 'request.ts') const instance = axios.create({ // withCredentials: true, headers: {