single-spa / single-spa-playground

A website that helps you set up single-spa
http://single-spa-playground.org
MIT License
39 stars 10 forks source link

setupProxy.js file not working for single-spa-react #50

Open ram97510 opened 1 year ago

ram97510 commented 1 year ago

const { createProxyMiddleware } = require("http-proxy-middleware");

module.exports = function (app) { app.use( "/3", createProxyMiddleware({ target: "http://localhost:3000", headers: { method: "GET", }, changeOrigin: true, }) ); };