comparison 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
comparison
equal deleted inserted replaced
4378:9e2fc6911ac8 4379:85b5b0e1bac9
560 { 560 {
561 if (orthancExplorerEnabled) 561 if (orthancExplorerEnabled)
562 { 562 {
563 Register("/", ServeRoot); 563 Register("/", ServeRoot);
564 } 564 }
565
565 Register("/system", GetSystemInformation); 566 Register("/system", GetSystemInformation);
566 Register("/statistics", GetStatistics); 567 Register("/statistics", GetStatistics);
567 Register("/tools/generate-uid", GenerateUid); 568 Register("/tools/generate-uid", GenerateUid);
568 Register("/tools/execute-script", ExecuteScript); 569 Register("/tools/execute-script", ExecuteScript);
569 Register("/tools/now", GetNowIsoString<true>); 570 Register("/tools/now", GetNowIsoString<true>);