comparison OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 5804:25df40a274fd find-refactoring

/changes: allowing filtering on multiple changes
author Alain Mazy <am@orthanc.team>
date Mon, 23 Sep 2024 15:40:27 +0200
parents 56352ae88120
children
comparison
equal deleted inserted replaced
5803:e219e272650d 5804:25df40a274fd
4534 { 4534 {
4535 LOG(WARNING) << "READ-ONLY SYSTEM: deactivating /reconstruct routes"; 4535 LOG(WARNING) << "READ-ONLY SYSTEM: deactivating /reconstruct routes";
4536 } 4536 }
4537 4537
4538 Register("/tools/bulk-content", BulkContent); 4538 Register("/tools/bulk-content", BulkContent);
4539 } 4539 }
4540 } 4540 }