Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojoey committed Mar 17, 2017
1 parent 04dc9a4 commit 086a21d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ router.get ('/dashboard', auth.ensureAuth, dashboard.get);
router.post('/api/dashboard/forceSyncIVLE', auth.ensureAuth, dashboard.forceSyncIVLE);
router.post('/api/dashboard/getTutorials', auth.ensureAuth, dashboard.getTutorials);


//router.post('/api/dashboard/forceSyncIVLE', auth.ensureAuth, dashboard.forceSyncIVLE);
//router.post ('/api/dashboard/getAllUserTutorialSessions', auth.ensureAuth, dashboard.getAllUserTutorialSessions);

module.exports = router;

0 comments on commit 086a21d

Please sign in to comment.