Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Dec 29, 2023
1 parent cccb6d2 commit fa71a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astroplant-api/src/controllers/media/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub async fn kit_media(
}

/// Handles the `GET` /media/{mediaId}/content` route.
/// Handles the `GET /media/{mediaId}/content` route.
pub async fn download_media(
Extension(pg): Extension<PgPool>,
Extension(object_store): Extension<astroplant_object::ObjectStore>,
Expand Down

0 comments on commit fa71a8f

Please sign in to comment.