dukai hace 3 años
padre
commit
2ba6b3980c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -21,7 +21,7 @@ module.exports = {
 		open: true,
 		proxy: {
 			[process.env.VUE_APP_BASE_API]: {
-				target: `http://192.168.1.105:8080`,
+				target: `http://192.168.1.21:8080`,
 				changeOrigin: true,
 				pathRewrite: {
 					['^' + process.env.VUE_APP_BASE_API]: ''