From 9f65445e7fcd5cc5d9d3183cb280b1ba13ac30b7 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Tue, 26 Jul 2016 17:31:27 -0400 Subject: more unit tests --- routes/index.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'routes') diff --git a/routes/index.js b/routes/index.js index 54bf058..f8292fc 100644 --- a/routes/index.js +++ b/routes/index.js @@ -241,10 +241,6 @@ router.get('/solutions/:exam_id/:q_num', function (req, res) { }); }); -router.post('/add_solutions/submit', function (req, res) { - //TODO: get the form information for the solutions -}); - /**** Helpers ****/ function addFirstAdmin() { -- cgit v1.2.3