diff OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp @ 4145:c5cdb6dc6865

New config option "Worklist.LimitAnswers" for the sample modality worklist plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 14:48:11 +0200
parents d25f4c0fa160
children 1fbe54808853
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp	Fri Aug 14 08:26:07 2020 +0200
+++ b/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp	Mon Aug 17 14:48:11 2020 +0200
@@ -70,6 +70,7 @@
   extensions_["wasm"] = "application/wasm";
   extensions_["woff"] = "application/x-font-woff";
   extensions_["xml"]  = "application/xml";
+  extensions_["pdf"]  = "application/pdf";
 }