Files
website-old/config/Axios.ts
2020-11-24 19:26:34 +01:00

5 lines
76 B
TypeScript

export default {
credentials: true,
baseURL: 'http://localhost:5555/'
}