import axios from "axios"; export default axios.create({ baseURL: "https://dijkstra-backend.herokuapp.com/api", responseType: "json" });