Open simenfossnes opened 4 years ago
When generating a server, the options object (whenever the request body is included) has too many commas, which leads to a syntax error. This is within the routes folder.
routes
const options = { body: req.body, , ... };
When generating a server, the options object (whenever the request body is included) has too many commas, which leads to a syntax error. This is within the
routes
folder.