node-restful-api-tutorial
node-restful-api-tutorial copied to clipboard
Error in the code in order route
while invoking a post request its throwing error response 500
the error was
By simply adding a 'new' before mongoose.Types.ObjectId() at line 45 can fix this.