MongoDB (Mongoose) `findByIdAndDelete` not deleting (testing with Postman) – Twitter API
I've got my Mongoose code in a separate model.js file, while Express code for handling http requests is in app.js. I'm just practising creating APIs and testing them on Postman, for an imaginary wiki article site. The api I'm struggling…