a1140836302 2 vuotta sitten
vanhempi
commit
1154c49903
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -21,19 +21,19 @@ module.exports = {
     },
     proxy: {
       '/api': {
-        target: `http://localhost:8080`,
+        target: `http://192.168.2.10:8081`,
         // target: `http://172.16.12.146:8080`,
         ws: true,
         changeOrigin: true,
       },
       '/ws': {
-         target: `ws://localhost:8080/ws`,
+         target: `ws://192.168.2.10:8081/ws`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,
       },
       '/video':{
-        target: `ws://localhost:8080/`,
+        target: `ws://192.168.2.10:8081/`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,