diff OrthancFramework/Sources/Enumerations.h @ 4887:a29a6bdba9dd

mime type for .ico
author Alain Mazy <am@osimis.io>
date Wed, 16 Feb 2022 09:27:25 +0100
parents 43e613a7756b
children 8523078f3f4b
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Tue Feb 15 18:09:03 2022 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Wed Feb 16 09:27:25 2022 +0100
@@ -78,7 +78,8 @@
     MimeType_Zip,
     MimeType_PrometheusText,  // Prometheus text-based exposition format (for metrics)
     MimeType_DicomWebJson,
-    MimeType_DicomWebXml
+    MimeType_DicomWebXml,
+    MimeType_Ico
   };