You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controllers are directly dependent on Express.
Since this repository is based on a clean architecture, the controllers will no longer work if the web library changes. const addNewStudent = (req, res, next) => {}