express-example
express-example copied to clipboard
Replace deprecated body-parser with built-in json.
A minor change to eliminate an error originated by the way body is parsed. Express adopted built-in method to parse json as you know, so I changed the relevant dependency.