NodeJS Web API with KNEX and Express: GET by id and DELETE

preview_player
Показать описание
In this, we finish up the basics of our endpoints with a get by id and a delete endpoint
Рекомендации по теме
Комментарии
Автор

This is a nice series. Working with Node.js and Mysql has just got better

kakadv
Автор

PUT will replace everything basically. PATCH will work on only the property you pass in the body.

rajfernandes