ZsoltToth / project-templates-mern

Project Template for FullStack JavaScript Projects uisng Mongo Express React Node
3 stars 2 forks source link

Convert update to PUT from POST #12

Closed ZsoltToth closed 3 years ago

ZsoltToth commented 3 years ago

Existing object should be updated with PUT or PATCH methods while POST is used for insertion only.