ソースを参照

chore(server): support DNG file (#2940)

Alex 2 年 前
コミット
a8e5a1de15
1 ファイル変更1 行追加0 行削除
  1. 1 0
      server/src/domain/domain.constant.ts

+ 1 - 0
server/src/domain/domain.constant.ts

@@ -37,6 +37,7 @@ const validMimeTypes = [
   'image/jpeg',
   'image/jpeg',
   'image/jxl',
   'image/jxl',
   'image/png',
   'image/png',
+  'image/dng',
   'image/tiff',
   'image/tiff',
   'image/webp',
   'image/webp',
   'image/x-adobe-dng',
   'image/x-adobe-dng',