diff options
Diffstat (limited to 'deployment/http')
-rw-r--r-- | deployment/http/web/index.html | 2 |
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(){ |