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