source:
frontend/src/api/axios.js@
72053b5
| Last change on this file since 72053b5 was 72053b5, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 156 bytes | |
| Line | |
|---|---|
| 1 | import axios from "axios"; |
| 2 | |
| 3 | export 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.
