Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user