source: reactapp/src/api/axios.js@ af801e3

main
Last change on this file since af801e3 was af801e3, checked in by viktor <viktor@…>, 19 months ago

finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)

  • Property mode set to 100644
File size: 101 bytes
Line 
1import axios from "axios";
2
3export default axios.create({
4 baseURL: "http://192.168.0.29:8080",
5});
Note: See TracBrowser for help on using the repository browser.