Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-31 14:39:04 -03:00
parent 8b792e1d44
commit 0bea4173f5
18 changed files with 517 additions and 192 deletions
+4
View File
@@ -403,6 +403,10 @@ async fn main() {
"/question-bank/import-course-mysql",
post(handlers_question_bank::import_course_from_mysql),
)
.route(
"/question-bank/import-sam-diagnostico",
post(handlers_question_bank::import_from_sam_diagnostico),
)
.route(
"/question-bank/ai-generate",
post(handlers_question_bank::ai_generate_question),