mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix base url in axios (#6460)
This commit is contained in:
parent
1fbf13e812
commit
5a6cd2002d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import {
|
||||||
portainerAgentTargetHeader,
|
portainerAgentTargetHeader,
|
||||||
} from './http-request.helper';
|
} from './http-request.helper';
|
||||||
|
|
||||||
const axiosApiInstance = axios.create({ baseURL: '/api' });
|
const axiosApiInstance = axios.create({ baseURL: 'api' });
|
||||||
|
|
||||||
export default axiosApiInstance;
|
export default axiosApiInstance;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue