etsy / kevin-middleware

This is an Express middleware that makes developing javascript in a monorepo easier.
MIT License
110 stars 5 forks source link

Using overwritten request path if it exists in res.locals from middleware #10

Closed mirandawang closed 3 years ago

mirandawang commented 3 years ago

In one use case for Etsyweb, we will rewrite the request path in a middleware. This updates Kevin to use the overwritten request path if it exists in res.locals.