source: reactapp/src/api/axios.js@ 3b6962d

main
Last change on this file since 3b6962d was 3b6962d, checked in by unknown <mlviktor23@…>, 20 months ago

moderation/reporting api in spring boot

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