Function get_course_by_id

Source
async fn get_course_by_id(
    path: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Course>>
Expand description

GET /api/v0/cms/courses/:course_id - Get the course.