diff options
| -rw-r--r-- | master/client/vue.config.js | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/master/client/vue.config.js b/master/client/vue.config.js index 1f0e2b3..2a2abba 100644 --- a/master/client/vue.config.js +++ b/master/client/vue.config.js @@ -3,11 +3,10 @@ const { defineConfig } = require("@vue/cli-service");  module.exports = defineConfig({  	transpileDependencies: true,  	devServer: { -		host: "192.168.1.213",  		port: 8080,  		proxy: {  			"^/api": { -				target: "http://192.168.1.213:80", +				target: "http://localhost:80",  				changeOrigin: true  			}  		}  | 
