chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.62k stars 825 forks source link

docs(proxy-events.md): fix example #921

Closed pstephan9 closed 1 year ago

pstephan9 commented 1 year ago

The notation {'a', b} isn't syntactically correct nowadays, preferring {a: b}

Description

Motivation and Context

How has this been tested?

Types of changes

Checklist:

coveralls commented 1 year ago

Coverage Status

coverage: 97.619%. remained the same when pulling 05a553aa47bfb2cb6085707e18418a822a886e38 on pstephan9:patch-1 into cd58f962aec22c925b7df5140502978da8f87d5f on chimurai:master.

chimurai commented 1 year ago

Thanks!