Skip to content

Commit 59618f1

Browse files
Update request.js
1 parent e2940d6 commit 59618f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/frontend/src/utils/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import axios from 'axios';
1010

1111
const service = axios.create({
1212
timeout: 5000,
13-
baseURL: 'http://http://47.252.36.46/:8080',
13+
baseURL: 'http://47.252.36.46/:8080',
1414
withCredentials: true,
1515
timeoutErrorMessage: 'The request took too long, please try again later.'
1616
});

0 commit comments

Comments
 (0)