chore: add comment about adding new filetypes

This commit is contained in:
Michael H.
2026-09-03 01:43:38 +02:00
parent 249e43db72
commit e132bea078
+1
View File
@@ -23,6 +23,7 @@ pub fn get_image_ext(content_type: &str) -> Option<&'static str> {
}
pub fn project_file_type(ext: &str) -> Option<&str> {
// Notify #mr-devops before adding new filetype.
match ext {
"jar" => Some("application/java-archive"),
"zip" | "litemod" => Some("application/zip"),