DEV Community

Discussion on: Building a RESTful API with Express and MongoDB

Collapse
 
ventomaxi profile image
Maximiliano

Nice, thanks for sharing! Check that you forget the post method after adding put..

Collapse
 
aurelkurtula profile image
aurel kurtula

Check that you forget the post method after adding put..

The post method is on bookRouter.route('/') where as bookRouter.route('/:bookId') doesn't have a post method

Am I missing something?

Collapse
 
ventomaxi profile image
Maximiliano

Nop, sorry.. my bad! thanks again!