소스 검색

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/jxl',
   'image/png',
+  'image/dng',
   'image/tiff',
   'image/webp',
   'image/x-adobe-dng',