aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-26 21:31:27 +0000
committerHumairAK <humair88@hotmail.com>2016-07-26 21:31:27 +0000
commit9f65445e7fcd5cc5d9d3183cb280b1ba13ac30b7 (patch)
treed7157289f7bb8c07da715fbbfad719fb56a8fc53 /routes
parentfa98fa652f41a7c87fe76ab57448ab702e06c82c (diff)
more unit tests
Diffstat (limited to 'routes')
-rw-r--r--routes/index.js4
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() {