source:
reactapp/src/api/axios.js@
af801e3
Last change on this file since af801e3 was af801e3, checked in by , 2 years ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | import axios from "axios"; |
2 | |
3 | export default axios.create({ |
4 | baseURL: "http://192.168.0.29:8080", |
5 | }); |
Note:
See TracBrowser
for help on using the repository browser.