feat:fix data importation

This commit is contained in:
2026-03-19 09:33:33 -03:00
parent 42e0934a0e
commit a220e9742f
5 changed files with 807 additions and 41 deletions
+4
View File
@@ -356,6 +356,10 @@ async fn main() {
"/question-bank/import-mysql-all",
post(handlers_question_bank::import_all_from_mysql),
)
.route(
"/question-bank/import-course-mysql",
post(handlers_question_bank::import_course_from_mysql),
)
.route(
"/question-bank/ai-generate",
post(handlers_question_bank::ai_generate_question),