diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-26 21:31:27 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-26 21:31:27 +0000 |
| commit | 9f65445e7fcd5cc5d9d3183cb280b1ba13ac30b7 (patch) | |
| tree | d7157289f7bb8c07da715fbbfad719fb56a8fc53 /routes | |
| parent | fa98fa652f41a7c87fe76ab57448ab702e06c82c (diff) | |
more unit tests
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() { |
