moved cdn url to public one

This commit is contained in:
dcore94 2022-05-06 11:51:03 +02:00
parent e69800b5d0
commit 8517fbcf38
2 changed files with 2 additions and 2 deletions

View File

@ -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(){

View File

@ -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()