async fn get_exercise(
    pool: Data<PgPool>,
    user: AuthToken,
    exercise_id: Path<Uuid>
) -> ControllerResult<Json<ExerciseSlide>>
Expand description
  • GET /api/v0/langs/exercises/:id
  • Returns an exercise slide for the user for the given exercise.
  • Only returns slides