diff options
Diffstat (limited to 'deployment/http/web')
-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 eee62ae6..c70e7018 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="http://"+ window.location.hostname + ":30261"; + window.location.href="http://"+ window.location.hostname + ":9090"; } </script> |