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 a8d6de9 commit cdbf600Copy full SHA for cdbf600
.gitignore
@@ -52,3 +52,4 @@ local.properties
52
src/service/config.js
53
54
/src/service/config.js
55
+src/service/config.js
src/service/config.js
@@ -1,5 +1,5 @@
1
-// const apiBaseUrl = 'http://localhost:1800'
2
-const apiBaseUrl = 'http://retail_v13.api.5ug.com/'
+ const apiBaseUrl = 'http://localhost:1800'
+// const apiBaseUrl = 'http://retail_v13.api.5ug.com/'
3
4
const version = '1.9.821415'
5
const isTenant = false
0 commit comments