We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402427d commit 51134faCopy full SHA for 51134fa
src/lib/services/api/api.ts
@@ -3,7 +3,7 @@ import axios from "axios";
3
4
const cacheApi = setupCache(
5
axios.create({
6
- baseURL: `http://localhost:8000/api`,
+ baseURL: `http://127.0.0.1:8000/api`,
7
timeout: 20000,
8
headers: {
9
"Content-Type": "application/json",
@@ -15,7 +15,7 @@ const cacheApi = setupCache(
15
);
16
17
const api = axios.create({
18
19
20
21
0 commit comments