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

GET /api/v0/main-frontend/courses/:course_id - Get course.