Getting a 400 error on POST method and mongoDB

On lecture I’m getting a 400 error when I try to POST a new genre to the database. GET method works, but when I try to post a new genre, the error returns with “name” is required, however I provided the name “Thriller” as done in the lecture as well (Lecture 8.7 Add Persistence to Genre API). Checked my code against the zip and it all matched as well. Can’t figure out why I can’t POST to the database. Any suggestions? I’m trying to solve this before I move on even though everything else works.

found the bug… was a simple misspelling :roll_eyes: