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 a4c91b1 commit 358bc18Copy full SHA for 358bc18
code/frontend/src/utils/request.js
@@ -9,7 +9,7 @@ import axios from 'axios';
9
10
const service = axios.create({
11
timeout: 5000,
12
- baseURL: 'http://127.0.0.1:8080',
+ baseURL: 'http://localhost:8080',
13
withCredentials: true
14
});
15
0 commit comments