We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792645 commit 8edbf10Copy full SHA for 8edbf10
lib/module.js
@@ -61,7 +61,7 @@ function proxyModule(options) {
61
// https://github.com/chimurai/http-proxy-middleware
62
const middleware = Proxy.apply(undefined, args)
63
middleware.prefix = false // Don't add router base
64
- this.options.serverMiddleware.push(middleware)
+ this.addServerMiddleware(middleware)
65
})
66
}
67
0 commit comments