feat: Implement and display AI-powered course recommendations with a new API endpoint and frontend UI.
This commit is contained in:
@@ -61,6 +61,10 @@ async fn main() {
|
||||
"/courses/{id}/analytics/advanced",
|
||||
get(handlers::get_advanced_analytics),
|
||||
)
|
||||
.route(
|
||||
"/courses/{id}/recommendations",
|
||||
get(handlers::get_recommendations),
|
||||
)
|
||||
.route(
|
||||
"/users/{id}/gamification",
|
||||
get(handlers::get_user_gamification),
|
||||
|
||||
Reference in New Issue
Block a user