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 e2940d6 commit 59618f1Copy full SHA for 59618f1
code/frontend/src/utils/request.js
@@ -10,7 +10,7 @@ import axios from 'axios';
10
11
const service = axios.create({
12
timeout: 5000,
13
- baseURL: 'http://http://47.252.36.46/:8080',
+ baseURL: 'http://47.252.36.46/:8080',
14
withCredentials: true,
15
timeoutErrorMessage: 'The request took too long, please try again later.'
16
});
0 commit comments