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 2f515c8 commit 8015393Copy full SHA for 8015393
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