feat: Implement external MySQL integration for LMS enrollments and grade synchronization, including external_id and tipo_nota support.
This commit is contained in:
@@ -154,6 +154,7 @@ async fn main() {
|
||||
"/courses/{id}/grading",
|
||||
get(handlers::get_grading_categories),
|
||||
)
|
||||
.route("/tipo-nota", get(handlers::get_tipo_nota))
|
||||
.route("/auth/me", get(handlers::get_me))
|
||||
.route(
|
||||
"/users",
|
||||
|
||||
Reference in New Issue
Block a user