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 e60e004 commit 2006ed0Copy full SHA for 2006ed0
frontend/webpack.config.js
@@ -57,10 +57,10 @@ module.exports = {
57
externals: {
58
// global app config object
59
config: JSON.stringify({
60
- //apiUrl: 'https://api.parserx.io'
+ apiUrl: 'https://api.parserx.io'
61
//apiUrl: 'http://139.144.27.208'
62
- apiUrl: 'http://192.168.1.20:8005'
+ //apiUrl: 'http://192.168.1.20:8005'
63
//apiUrl: 'http://192.168.1.14:8005'
64
})
65
}
66
-};
+};
0 commit comments