feat: Introduce My Learning page with user progress and gamification, standardize LLM models on Llama 3, and optimize branding logo image loading.
This commit is contained in:
@@ -297,6 +297,6 @@ export const lmsApi = {
|
||||
});
|
||||
},
|
||||
async getRecommendations(courseId: string): Promise<RecommendationResponse> {
|
||||
return apiFetch(`/courses/${courseId}/recommendations`, {}, true);
|
||||
return apiFetch(`/courses/${courseId}/recommendations`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user