Skip to content

Commit 358bc18

Browse files
Update request.js
1 parent a4c91b1 commit 358bc18

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
@@ -9,7 +9,7 @@ import axios from 'axios';
99

1010
const service = axios.create({
1111
timeout: 5000,
12-
baseURL: 'http://127.0.0.1:8080',
12+
baseURL: 'http://localhost:8080',
1313
withCredentials: true
1414
});
1515

0 commit comments

Comments
 (0)