kpoeltler / astronomy-flashcard-app

front side of card displays an astronomical object and the backside of the card reveals facts about the object
2 stars 2 forks source link

Create PUT route for path '/api/description' #42

Open CjJordan opened 6 years ago

CjJordan commented 6 years ago

Create a PUT route the accesses the req.body and updates the userDesc in the db where the id matches.

This issue is complete when: