hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
7k stars 2.06k forks source link

better roles config #123

Closed bwyx closed 3 years ago

bwyx commented 3 years ago

using Object.keys and Object.entries instead of assign value one by one. I think that make sense for better readability.