1 2 3 4 5 6 7
import axios from "axios"; export default axios.create({ baseURL: process.env.BACKEND_URL, withCredentials: true });