From 849d6d680e03420db307d8dafd6e03334254b884 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 21:22:27 -0400 Subject: [PATCH] code formatting --- node.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/node.md b/node.md index eedd87e..41354a1 100644 --- a/node.md +++ b/node.md @@ -244,15 +244,15 @@ There are seven routes which control basic HTTP operations for data: https://gist.github.com/alexpchin/09939db6f81d654af06b -| **URL** | **HTTP Verb** | **Action**| -|------------|-------------|------------| -| /photos/ | GET | index -| /photos/new | GET | new -| /photos | POST | create -| /photos/:id | GET | show -| /photos/:id/edit | GET | edit -| /photos/:id | PATCH/PUT | update -| /photos/:id | DELETE | destroy +| **URL** |**HTTP Verb**|**Action**| +|-----------------|-------------|----------| +| /photos/ | GET | index | +| /photos/new | GET | new | +| /photos | POST | create | +| /photos/:id | GET | show | +| /photos/:id/edit| GET | edit | +| /photos/:id | PATCH/PUT | update | +| /photos/:id | DELETE | destroy | ## Database ## Static