From 31e7944eed86d7095f79fe28ee7239063d3d933f Mon Sep 17 00:00:00 2001 From: hardcodder Date: Wed, 5 May 2021 18:29:02 +0530 Subject: [PATCH] Made route field in courses --- controllers/course.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/course.js b/controllers/course.js index ec6dd44..a758911 100644 --- a/controllers/course.js +++ b/controllers/course.js @@ -154,7 +154,6 @@ module.exports.getTierCourse = async (req , res , next) => { } } - module.exports.getFromRoute = async (req , res , next) => { try{ const route = req.query.route ;