Skip to content

Commit aa7334c

Browse files
authored
Merge pull request #63 from dariosky/patch-1
Updated README for the proxyReq signature
2 parents 2f515c8 + 8015393 commit aa7334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This middleware is implemented using the [`http-proxy`](https://www.npmjs.com/pa
4040
* Check the list of bindable events in the `http-proxy` specification.
4141
* @see https://www.npmjs.com/package/http-proxy#listening-for-proxy-events
4242
*/
43-
proxy.on('proxyReq', (proxyRes, req, res) => {
43+
proxy.on('proxyReq', (proxyReq, req, res) => {
4444
...
4545
});
4646
proxy.on('proxyRes', (proxyRes, req, res) => {

0 commit comments

Comments
 (0)