source: frontend/src/api/axios.js@ 72053b5

Last change on this file since 72053b5 was 72053b5, checked in by Andrej <asumanovski@…>, 5 months ago

first commit

  • Property mode set to 100644
File size: 156 bytes
Line 
1import axios from "axios";
2
3export default axios.create({
4 baseURL: "http://localhost:8080/api",
5 withCredentials: true, // important if using cookies
6});
Note: See TracBrowser for help on using the repository browser.