From c1a11558feac86677195291268bfacc8cef59bc5 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 21:22:17 -0400 Subject: [PATCH] moving up method override --- node.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/node.md b/node.md index 71f379f..eedd87e 100644 --- a/node.md +++ b/node.md @@ -234,6 +234,10 @@ Now instead of using form data, we can use Postman. Create a new tab, choose me We can capture the `req.body` params the same way as with form data. +## Method Override + + + ## REST There are seven routes which control basic HTTP operations for data: @@ -250,7 +254,6 @@ https://gist.github.com/alexpchin/09939db6f81d654af06b | /photos/:id | PATCH/PUT | update | /photos/:id | DELETE | destroy -## Method Override ## Database ## Static ## Session