Naresh Ch 2 years ago
parent
commit
a23ae5c1bf
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      assets/js/setting.js

+ 2
- 5
assets/js/setting.js View File

@@ -1,9 +1,6 @@
1 1
 export function _serverUrl() {
2 2
   // sachin 2.0 commitw
3 3
   // sudheer 1.0 new branch
4
-  // merge request
5
-  return "http://localhost:3088/";
6
-  //return "http://localhost:3086/";
7
-  //return "https://c01.bizgaze.app/";
8
-  //return "http://192.168.88.99:4001/";
4
+  // git test
5
+  return 'http://localhost:3086/';
9 6
 }

Loading…
Cancel
Save