async fn get_courses(
pool: Data<PgPool>,
user: UserFromOAuthToken,
_client: SupportedClient,
) -> ControllerResult<Json<Vec<Course>>>Expand description
- GET /api/v0/exercise-services/client/courses
- Returns the courses that the user is currently enrolled on that contain exercises this
- client can be served.