Closed gabrielnascr closed 2 years ago
boletos.routes.js
config.routes.js
index.routes.js
util.routes.js
And removing the body-parser, unnecessary as it already comes with Express, only using app.use(express.json()).
app.use(express.json())
refactoring the app routes
boletos.routes.js
config.routes.js
index.routes.js
util.routes.js
And removing the body-parser, unnecessary as it already comes with Express, only using
app.use(express.json())
.