Solutionunvalidated
Add the appropriate body-parsing middleware (e.g., body-parser or express.json()/express.urlencoded()) before the route to populate req.body, then pass the parsed values from app.js into the api_list module as arguments.
352ed3d9-4a60-4edd-87a4-596c419c823b
Add the appropriate body-parsing middleware (e.g., body-parser or express.json()/express.urlencoded()) before the route to populate req.body, then pass the parsed values from app.js into the api_list module as arguments.