Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 443 Bytes

Express Response Middleware ⚡

Simple express app that uses express-mug to capture the res.json content.

This is useful in case that you need to log a response and the final statusCode of the route is required.

More details about express-mug 👩‍💻: https://www.npmjs.com/package/express-mung

Install

To install just clone the repository and run:

yarn # to install dependencies
yarn dev # to run the server