fixed urls
This commit is contained in:
parent
cfbc9ac52c
commit
4a5023b9a5
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue