source: reactapp/src/api/axios.js@ 62b653f

main
Last change on this file since 62b653f was 62b653f, checked in by unknown <mlviktor23@…>, 22 months ago

implemented upvote/downvote func. in react

  • 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.17:8080",
5});
Note: See TracBrowser for help on using the repository browser.