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.
2 parents 2f515c8 + 8015393 commit aa7334cCopy full SHA for aa7334c
README.md
@@ -40,7 +40,7 @@ This middleware is implemented using the [`http-proxy`](https://www.npmjs.com/pa
40
* Check the list of bindable events in the `http-proxy` specification.
41
* @see https://www.npmjs.com/package/http-proxy#listening-for-proxy-events
42
*/
43
- proxy.on('proxyReq', (proxyRes, req, res) => {
+ proxy.on('proxyReq', (proxyReq, req, res) => {
44
...
45
});
46
proxy.on('proxyRes', (proxyRes, req, res) => {
0 commit comments