clouduse / frontend /src /api /client.ts
Jerry20062016's picture
feat: US-004 - Set up Vue router, Pinia stores, and axios instance
8085a4d
raw
history blame contribute delete
117 Bytes
import axios from 'axios'
const api = axios.create({
baseURL: '',
withCredentials: true,
})
export default api