react-shopping-cart icon indicating copy to clipboard operation
react-shopping-cart copied to clipboard

CSRF question

Open 15070262009 opened this issue 4 years ago • 0 comments

When I set up the proxy server,He didn't seem to work.I would like to ask how to solve the problem。API request 404 devServer: { open: true, historyApiFallback: true, overlay: true, port: process.env.DEV_PORT, proxy('/apis', { target: "http://192.168.74.54:8088", secure: false, changeOrigin: true, pathRewrite: { "^/apis": "/" }, } },

15070262009 avatar Oct 30 '19 12:10 15070262009