Sfoglia il codice sorgente

Changed the url back to what it should connect to in vue.config

master
Lene Scholtz 5 anni fa
parent
commit
7a8dc614a5
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 9
    9
      vue.config.js

+ 9
- 9
vue.config.js Vedi File

1
 module.exports = {
1
 module.exports = {
2
   devServer: {
2
   devServer: {
3
     proxy: {
3
     proxy: {
4
-      '/api': {
5
-        target: 'http://localhost:57260',
6
-        changeOrigin: true,
4
+      "/api": {
5
+        target: "http://192.168.6.188:500",
6
+        changeOrigin: true
7
       },
7
       },
8
-      '/nph-srep': {
9
-        target: 'http://www.unipoint-consoft.co.za',
10
-        changeOrigin: true,
11
-      },
12
-    },
13
-  },
8
+      "/nph-srep": {
9
+        target: "http://www.unipoint-consoft.co.za",
10
+        changeOrigin: true
11
+      }
12
+    }
13
+  }
14
 };
14
 };

Loading…
Annulla
Salva