diff --git a/.env b/.env index 7dcfd84..bcf6e24 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_WS_URL=192.168.1.100:8080/ws +REACT_APP_WS_URL=127.1.1.0:8080/ws diff --git a/build.zip b/build.zip new file mode 100644 index 0000000..b0714c2 Binary files /dev/null and b/build.zip differ diff --git a/src/setupProxy.js b/src/setupProxy.js index d27b47b..28de062 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -19,7 +19,8 @@ module.exports = function (app) { app.use( '/api', createProxyMiddleware({ - target: 'http://192.168.1.100:8080/api', + // target: 'http://192.168.1.170:8080/api', + target: 'http://127.1.1.0:8080/api', changeOrigin: true, }) );