Ben Lin
2024-07-06 44ef538691b8be0fd925ca80c49157bad14962e8
src/utils/http/axios/axiosTransform.ts
@@ -7,7 +7,7 @@
  AxiosResponse,
  InternalAxiosRequestConfig,
} from 'axios';
import type { RequestOptions, Result } from '/#/axios';
import type { RequestOptions, Result } from '#/axios';
export interface CreateAxiosOptions extends AxiosRequestConfig {
  authenticationScheme?: string;