source:
frontend/src/api/axios.js@
793ce2c
| Last change on this file since 793ce2c was 72053b5, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 156 bytes | |
| Rev | Line | |
|---|---|---|
| [72053b5] | 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.
