source: RebuMKReact/src/custom-axios/axios.js

Last change on this file 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
RevLine 
[364f27d]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.