diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index e8ec6c3..592550f 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -7,7 +7,7 @@ class CCPExecutionForm extends HTMLElement{ #executionmonitor; #serviceurl = "https://nubis1.int.d4science.net:8080" - #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/executionformfragment.html" + #cdnurl = "https://cdn.dev.d4science.org/ccp/executionformfragment.html" //#cdnurl = "http://d4science-cdn-public:8984/resources/ccp/executionformfragment.html" constructor(){ diff --git a/ccp/js/methodlistcontroller.js b/ccp/js/methodlistcontroller.js index dd67548..f7ade6a 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/methodlistfragment.html" + #cdnurl = "https://cdn.dev.d4science.org/ccp/methodlistfragment.html" constructor(){ super()