import axios from 'axios'; const apiClient = axios.create({ baseURL: 'http://localhost:8000', withCredentials: true, }); export default ...
確定! 回上一頁