aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/http
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2020-04-16 21:28:20 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2020-04-16 21:28:20 +0530
commit252b3e313b435e5333b1001f2a4decf904d2c892 (patch)
tree01cc5d5146fd72dd93d764423a477f8e88f25cbd /deployment/http
parent2bb3344c6b3ec9bd77d1491d5beb579bdabc62f2 (diff)
Set port to 9443
Issue-ID: CLI-255 Change-Id: Ic5a65ef7c1052ac62bd2dba05d4e403cba3c15d1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http')
-rw-r--r--deployment/http/web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html
index 0b9d6b62..cebc79fe 100644
--- a/deployment/http/web/index.html
+++ b/deployment/http/web/index.html
@@ -21,7 +21,7 @@
<meta charset="utf-8"><title>OCLIP...industry first open platform for cli</title><style></style>
<script>
function redirectToConsole(){
- window.location.href="https://"+ window.location.hostname + ":9090";
+ window.location.href="https://"+ window.location.hostname + ":9443";
}
function redirectToConsoleOOM(){