chore(axios): move out axios utils into helpers and utils folder [R8S-871] (#2077)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import axios, {
|
||||
json2formData,
|
||||
parseAxiosError,
|
||||
} from 'Portainer/services/axios/axios';
|
||||
import axios, { parseAxiosError } from 'Portainer/services/axios/axios';
|
||||
import { RegistryId } from '@/react/portainer/registries/types/registry';
|
||||
import { Pair } from '@/react/portainer/settings/types';
|
||||
import { EdgeGroup } from '@/react/edge/edge-groups/types';
|
||||
import { json2formData } from 'Portainer/helpers/json';
|
||||
|
||||
import { DeploymentType, EdgeStack, StaggerConfig } from '../../types';
|
||||
import { buildUrl } from '../buildUrl';
|
||||
|
||||
Reference in New Issue
Block a user