fixed urls

This commit is contained in:
dcore94 2022-03-28 16:50:30 +02:00
parent cfbc9ac52c
commit 4a5023b9a5
2 changed files with 2 additions and 2 deletions

View File

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

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/fragment.html"
#cdnurl = "https://nubis1.int.d4science.net:8080/ccp/methodlistfragment.html"
constructor(){
super()