diff OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp @ 4379:85b5b0e1bac9 varian

added NEWS about "OrthancExplorerEnabled" option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 12:48:14 +0100
parents 9e2fc6911ac8
children 354ea95b294a
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp	Fri Dec 11 14:57:31 2020 -0500
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp	Thu Dec 17 12:48:14 2020 +0100
@@ -562,6 +562,7 @@
     {
       Register("/", ServeRoot);
     }
+    
     Register("/system", GetSystemInformation);
     Register("/statistics", GetStatistics);
     Register("/tools/generate-uid", GenerateUid);