diff --git a/webui/config.yaml b/webui/config.yaml index 2963931..461b1b6 100644 --- a/webui/config.yaml +++ b/webui/config.yaml @@ -1,3 +1,3 @@ # Set up the IpAddress with port for the cfm-service to be connected api: - base_path: "http://127.0.0.1:8080" \ No newline at end of file + base_path: "https://127.0.0.1:8080" \ No newline at end of file diff --git a/webui/src/components/Common/Helpers.vue b/webui/src/components/Common/Helpers.vue index 52c5a0c..89d573a 100644 --- a/webui/src/components/Common/Helpers.vue +++ b/webui/src/components/Common/Helpers.vue @@ -1,8 +1,11 @@ -