UniversityOfSaskatchewanCMPT371 / term-project-2024-team-1

4 stars 0 forks source link

Refactor Question Controller to follow Controller convention #183

Closed thaiVL closed 7 months ago

thaiVL commented 7 months ago

Currently, QuestionController does not follow our Controller convention. This makes it at risk of dependency injection issues such as circular dependency injections.

Refactor the QuestionController to follow all the other existing controllers.