From feda62fff2579d8ab09155dce66e37ac91d266c3 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 21:35:48 -0400 Subject: [PATCH] static comes after bcrypt --- node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.md b/node.md index 3956cb2..b3db6c7 100644 --- a/node.md +++ b/node.md @@ -280,7 +280,7 @@ https://gist.github.com/alexpchin/09939db6f81d654af06b | /photos/:id | PATCH/PUT | update | | /photos/:id | DELETE | destroy | -## Static ## Session ## Bcrypt +## Static ## Database