diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Fri Sep 20 18:18:52 2024 +0200
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Mon Sep 23 15:40:27 2024 +0200
@@ -4536,5 +4536,5 @@
     }
 
     Register("/tools/bulk-content", BulkContent);
-  }
+   }
 }