feat(server): add support for the tif extension (#3743)

This commit is contained in:
Jason Rasmussen
2023-08-17 11:27:29 -04:00
committed by GitHub
parent 8ba338fbe1
commit cdb45364c3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ const image: Record<string, string[]> = {
'.sr2': ['image/sr2', 'image/x-sony-sr2'],
'.srf': ['image/srf', 'image/x-sony-srf'],
'.srw': ['image/srw', 'image/x-samsung-srw'],
'.tif': ['image/tiff'],
'.tiff': ['image/tiff'],
'.webp': ['image/webp'],
'.x3f': ['image/x3f', 'image/x-sigma-x3f'],