diff Sources/OrthancExplorer.js @ 8:d1267c6c33e1

added route /stl/encode-nifti
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jul 2023 15:58:21 +0200
parents 1cc024bb662a
children 8b265e711351
line wrap: on
line diff
--- a/Sources/OrthancExplorer.js	Tue Jul 18 15:10:21 2023 +0200
+++ b/Sources/OrthancExplorer.js	Tue Jul 18 15:58:21 2023 +0200
@@ -108,7 +108,7 @@
                 var smooth = $('#' + id + '-smooth').is(':checked');
 
                 $.ajax({
-                  url: '../stl/encode',
+                  url: '../stl/encode-rtstruct',
                   type: 'POST',
                   data: JSON.stringify({
                     'Instance' : instanceId,