async fn get_course_with_join_code( join_code: Path<String>, user: AuthUser, pool: Data<PgPool>, ) -> ControllerResult<Json<Course>>
GET /courses/join/:join_code - Gets the course related to join code