Skip to content

Commit 2006ed0

Browse files
authored
Update webpack.config.js
1 parent e60e004 commit 2006ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ module.exports = {
5757
externals: {
5858
// global app config object
5959
config: JSON.stringify({
60-
//apiUrl: 'https://api.parserx.io'
60+
apiUrl: 'https://api.parserx.io'
6161
//apiUrl: 'http://139.144.27.208'
62-
apiUrl: 'http://192.168.1.20:8005'
62+
//apiUrl: 'http://192.168.1.20:8005'
6363
//apiUrl: 'http://192.168.1.14:8005'
6464
})
6565
}
66-
};
66+
};

0 commit comments

Comments
 (0)