Parcourir la source

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

master
Lene Scholtz il y a 5 ans
Parent
révision
7a8dc614a5
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9
    9
      vue.config.js

+ 9
- 9
vue.config.js Voir le fichier

@@ -1,14 +1,14 @@
1 1
 module.exports = {
2 2
   devServer: {
3 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
 };

Chargement…
Annuler
Enregistrer