Skip to main content

get_plan

async fn get_plan(
    plan_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<CourseDesignerPlanDetails>>