Skip to content

Commit

Permalink
Merge pull request #804 from AtlasOfLivingAustralia/feature/#785_3
Browse files Browse the repository at this point in the history
#785_3 fix content-type
  • Loading branch information
schoicsiro authored Nov 16, 2023
2 parents 2cefd40 + c659f1c commit 80c2d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/au/org/ala/profile/hub/Utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class Utils {
result = 'application/octet-stream'
}
}
return result
}

static String getExtension(String fileName) {
Expand Down

0 comments on commit 80c2d13

Please sign in to comment.