async fn get_user_course_settings(
path: Path<(Uuid, Uuid)>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Option<UserCourseSettings>>>
Expand description
GET /api/v0/main-frontend/courses/:course_id/user-settings/:user_id
- Get current course settings for a specific user.