source: reactapp/src/api/axios.js@ 702ca77

main
Last change on this file since 702ca77 was 702ca77, checked in by unknown <mlviktor23@…>, 23 months ago

added current user/logout in header, display karma on user dashboard, started add post functionality in react

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