source: RebuMKReact/src/custom-axios/axios.js@ 364f27d

Last change on this file since 364f27d was 364f27d, checked in by MetodiMladenovski <meto.18@…>, 14 months ago

added projects and db scripts

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