chore(axios): move out axios utils into helpers and utils folder [R8S-871] (#2077)

This commit is contained in:
nickl-portainer
2026-03-18 13:59:51 +13:00
committed by GitHub
parent ac7ff0fff4
commit 07b3bdb62d
16 changed files with 86 additions and 110 deletions
@@ -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';