0 / 60 seg.

¿Cómo se establece el tipo de contenido a JSON para todas las peticiones con Axios?

const axiosInstance = axios.create({
    baseURL: 'http://localhost:8080',
    _____: {
        'Content-Type': 'application/json'
    }
});