diff Plugin/DefaultConfiguration.json @ 90:bb4c32b25c5d

Added a default permission for /changes
author Alain Mazy <am@osimis.io>
date Mon, 27 Mar 2023 12:36:16 +0200
parents 50e4d01eb263
children 50b18e7a254d
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Wed Mar 22 13:03:41 2023 +0100
+++ b/Plugin/DefaultConfiguration.json	Mon Mar 27 12:36:16 2023 +0200
@@ -62,6 +62,7 @@
             ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)/(studies|study|series|instances)$", "all|view"],
             ["get" , "^/instances/([a-f0-9-]+)/(tags|header)$", "all|view"],
             ["get" , "^/statistics$", "all|view"],
+            ["get" , "^/changes$", "all|view"],
 
             // create links to open viewer or download resources
             ["put", "^/auth/tokens/(viewer-instant-link|meddream-instant-link)$", "all|view"],