diff --git a/src/setupProxy.js b/src/setupProxy.js deleted file mode 100644 index 082fa9f..0000000 --- a/src/setupProxy.js +++ /dev/null @@ -1,11 +0,0 @@ -const { createProxyMiddleware } = require('http-proxy-middleware'); - -module.exports = function (app) { - app.use( - '/', - createProxyMiddleware({ - changeOrigin: true, - target: 'http://localhost:8090' - }) - ); -};