From the postman app
if i login as a student and access these routes
/admin/course-plan/all/:semesterId
GET /transcript/courses/view 404
GET /transcript/courses/viewAll 404
Error: jwt expired
GET /admin/course-plan/all/:semesterId
Error: jwt expired
GET /admin/course-plan/:semesterId/:studentId
Error: jwt expired
GET /admin/detailed-course-plan/all
is the log statement jwt expired correct ? i checked and the jwt didn't expire
From the postman app
if i login as a student and access these routes
is the log statement jwt expired correct ? i checked and the jwt didn't expire