Initial implementation of Import page, project cleanup
This commit is contained in:
@ -6,7 +6,6 @@ export const axiosInstance = <T>(
|
||||
options?: AxiosRequestConfig,
|
||||
): Promise<AxiosResponse<T, any>> => {
|
||||
const baseURL = useRuntimeConfig().public.apiBaseUrl;
|
||||
console.log(baseURL)
|
||||
const source = Axios.CancelToken.source();
|
||||
const promise = AXIOS_INSTANCE({
|
||||
...config,
|
||||
|
||||
Reference in New Issue
Block a user