source:
RebuMKReact/src/custom-axios/axios.js@
364f27d
Last change on this file since 364f27d was 364f27d, checked in by , 14 months ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[364f27d] | 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.