Browse Source

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

Alex 2 years ago
parent
commit
a8e5a1de15
1 changed files with 1 additions and 0 deletions
  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',