import axios from 'axios'; export default axios.create({ baseURL: 'https://api.word.regmsif.cf', withCredentials: true, });