husq
2023-11-03 df98a963cb138751bb58fd0e4f6bbc9238a017d7
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: {