diff Plugin/DefaultConfiguration.json @ 167:e406ef204e3a default tip

new default permissions for create-dicom + stl routes
author Alain Mazy <am@orthanc.team>
date Wed, 15 May 2024 14:31:04 +0200
parents 9434bb40e27c
children
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Mon Apr 29 12:50:52 2024 +0200
+++ b/Plugin/DefaultConfiguration.json	Wed May 15 14:31:04 2024 +0200
@@ -80,6 +80,9 @@
             // uploads
             ["post", "^/instances$", "all|upload"],
             ["post" , "^/DICOM_WEB_ROOT/studies$", "all|upload"],
+            ["post", "^/tools/create-dicom$", "all|upload"],
+            ["post", "^/stl/encode-rtstruct$", "all|upload"],
+            ["post", "^/stl/encode-nifti$", "all|upload"],
 
             // monitor jobs you have created
             ["get" , "^/jobs/([a-f0-9-]+)$", "all|send|modify|anonymize|q-r-remote-modalities"],