source:
RebuMKReact/src/custom-axios/axios.js
Last change on this file was 364f27d, checked in by , 14 months ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | import axios from "axios"; |
2 | |
3 | const instance = axios.create({ |
4 | baseURL : "http://localhost:8080" |
5 | }) |
6 | |
7 | export default instance; |
Note:
See TracBrowser
for help on using the repository browser.