From 8517fbcf380ac0600852fe0e7969f16915f86879 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 6 May 2022 11:51:03 +0200 Subject: [PATCH] moved cdn url to public one --- ccp/js/executionformcontroller.js | 2 +- ccp/js/methodlistcontroller.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()