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 ;