From 4a5023b9a58e6ee5fe07e0f31b8fa5314375ca6a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 28 Mar 2022 16:50:30 +0200 Subject: [PATCH] fixed urls --- 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 123fde6..7beb73a 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -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() diff --git a/ccp/js/methodlistcontroller.js b/ccp/js/methodlistcontroller.js index 296dccd..611ff61 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/fragment.html" + #cdnurl = "https://nubis1.int.d4science.net:8080/ccp/methodlistfragment.html" constructor(){ super()