Om Pandey
Results
1
comments of
Om Pandey
> ### Current workaround: > Create `src/setupProxy.js`, with: > > ``` > const proxy = require("http-proxy-middleware") > > module.exports = app => { > app.use(proxy("/websocket", {target: "http://localhost:8080", ws: true})) >...