microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.3k stars 2.76k forks source link

remove body-parser package and use express.json() built-in middleware… #278

Open ualiyou opened 4 years ago

ualiyou commented 4 years ago

… function in Express.It parses incoming requests with JSON payloads and is based on body-parser

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

daveydee33 commented 2 years ago

Hi @ualiyou, I think you can merged this one based on @peterblazejewicz 's comment. :)