source: reactapp/src/api/axios.js@ 8dffe02

main
Last change on this file since 8dffe02 was 8dffe02, checked in by unknown <mlviktor23@…>, 21 months ago

prefinal reproducible

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