import axios from "axios"; export default axios.create({ baseURL: 'http://localhost:8080', headers: { 'Content-Type': 'application/json', 'ngrok-skip-browser-warning': 'true', }, });
Just change the baseURL to localhost:8080 and I think you can fetch the data in the