Explorar el Código

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

Alex hace 2 años
padre
commit
a8e5a1de15
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',