diff options
Diffstat (limited to 'routes')
| -rw-r--r-- | routes/index.js | 4 |
1 files changed, 0 insertions, 4 deletions
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() { |
