async fn get_course(
pool: Data<PgPool>,
user: UserFromOAuthToken,
course: Path<Uuid>,
_client: SupportedClient,
) -> ControllerResult<Json<Course>>Expand description
- GET /api/v0/exercise-services/client/courses/:id
- Returns the course with the given id.