Following the code and article through, all the other endpoints work, but DELETE (using POSTMAN) returns the following:
<title>Error</title>
Cannot DELETE /users/5b54e1d0b9d32adb9754faf7
(the DB is set up in mLab as per the start of the article).
GET returns the User
Any ideas why?
Following the code and article through, all the other endpoints work, but DELETE (using POSTMAN) returns the following:
<title>Error</title>(the DB is set up in mLab as per the start of the article).
GET returns the User
Any ideas why?