diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 123fde6..7beb73a 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -6,7 +6,7 @@ class CCPExecutionForm extends HTMLElement{ #method; #serviceurl = "https://nubis1.int.d4science.net:8080" - #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/fragment.html" + #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/executionformfragment.html" constructor(){ super() diff --git a/ccp/js/methodlistcontroller.js b/ccp/js/methodlistcontroller.js index 296dccd..611ff61 100644 --- a/ccp/js/methodlistcontroller.js +++ b/ccp/js/methodlistcontroller.js @@ -7,7 +7,7 @@ class CCPMethodList extends HTMLElement{ #dragged = null; #serviceurl = "https://nubis1.int.d4science.net:8080" - #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/fragment.html" + #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/methodlistfragment.html" constructor(){ super()