From 67d54be0d900a29541f9f17641e352ccf2495b28 Mon Sep 17 00:00:00 2001 From: gaba Date: Mon, 28 Nov 2016 12:11:05 -0800 Subject: [PATCH] Remove space. --- routes/api/comments/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/api/comments/index.js b/routes/api/comments/index.js index 0545a8163..f766760f7 100644 --- a/routes/api/comments/index.js +++ b/routes/api/comments/index.js @@ -76,7 +76,6 @@ router.delete('/:comment_id', authorization.needed('admin'), (req, res, next) => }); }); - router.put('/:comment_id/status', authorization.needed('admin'), (req, res, next) => { const { status