import axios from 'axios' const Api = axios.create({ baseURL: `https://oacct-dev.epfl.ch/api/`, }) export default Api //How to manage the different adresses dev, prod ? //docker-compose up url http://0.0.0.0:8000/api/ //local: http://127.0.0.1:8000/api/ //Dev: https://oacct-dev.epfl.ch/api/