async fn get_partners_block(
path: Path<Uuid>,
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<PartnersBlock>>Expand description
GET /courses/:course_id/partners_blocks - Gets a partners block related to a course
async fn get_partners_block(
path: Path<Uuid>,
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<PartnersBlock>>GET /courses/:course_id/partners_blocks - Gets a partners block related to a course