mirror of https://github.com/portainer/portainer
fix base url in axios (#6460)
parent
1fbf13e812
commit
5a6cd2002d
|
@ -8,7 +8,7 @@ import {
|
|||
portainerAgentTargetHeader,
|
||||
} from './http-request.helper';
|
||||
|
||||
const axiosApiInstance = axios.create({ baseURL: '/api' });
|
||||
const axiosApiInstance = axios.create({ baseURL: 'api' });
|
||||
|
||||
export default axiosApiInstance;
|
||||
|
||||
|
|
Loading…
Reference in New Issue