Skip to content

Commit d9c5463

Browse files
bug
1 parent 6c18e3b commit d9c5463

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/constants/appConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const appConfig = {
2-
serviceRoot: 'http://192.168.56.1:3000/'
2+
serviceRoot: 'http://172.23.61.155:3000/'
33
};
44

55
export default appConfig;

src/fetch/fetch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function createFetch(url, method, jsonObj) {
2727
{
2828
const queryStr = jsonToQueryString(jsonObj);
2929
const urlWithQueryStr = `${url}?${queryStr}`;
30+
console.log(urlWithQueryStr);
3031
const options = {
3132
method: fetchMethod.Get
3233
};

0 commit comments

Comments
 (0)