ibrahima92 / fullstack-typescript-mern-todo

Full-stack TypeScript App with React, Nodejs and MongoDB
154 stars 82 forks source link

Add express.urlencoded and express.json to app.ts. #14

Closed NkawaK closed 1 day ago

NkawaK commented 3 years ago

Nice to meet you, ibrahima92.

Thanks, I learned your article. But Request body of client is undefined. So I added express.urlencoded and express.json to app.ts. It works correctly.