1 line
71 B
JavaScript
1 line
71 B
JavaScript
|
const instance = axios.create({ baseURL: 'http://localhost:8080/api'});
|