diff Plugin/DefaultConfiguration.json @ 115:0eed78c1e177

cache the UserProfile + updated http filter logic
author Alain Mazy <am@osimis.io>
date Fri, 08 Sep 2023 09:52:21 +0200
parents 760fd9ad7007
children 8591a0c1fa2a
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Wed Sep 06 17:02:41 2023 +0200
+++ b/Plugin/DefaultConfiguration.json	Fri Sep 08 09:52:21 2023 +0200
@@ -58,6 +58,7 @@
 
             // elemental browsing in OE2
             ["post", "^/tools/find$", "all|view"],
+            ["get" , "^/(patients|studies|series|instances)(|/)", "all|view"],
             ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)$", "all|view"],
             ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)/(studies|study|series|instances)$", "all|view"],
             ["get" , "^/instances/([a-f0-9-]+)/(tags|header)$", "all|view"],