diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 05:51:18 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 05:51:18 +0000 |
| commit | d50d4e2afd3d72ae9c4a24e41d627f80c32845f7 (patch) | |
| tree | dac52707e8524cdd60809544edd8b45159ce8b09 /routes/user.js | |
| parent | 513312a00975a3fa0848736829e00d46825e853f (diff) | |
minor fixes
Diffstat (limited to 'routes/user.js')
| -rw-r--r-- | routes/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/user.js b/routes/user.js index 6ae0d80..1e5a006 100644 --- a/routes/user.js +++ b/routes/user.js @@ -91,7 +91,7 @@ router.post('/submit_solution/:examID/:qID', function(req,res){ //Redirect to solutions page again res.redirect('/solutions/' + examID + '/' + qID); - + }); }); |
