diff options
-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 04c356db..95d3772c 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -25,7 +25,7 @@ function redirectToConsole(){ } function redirectToConsoleOOM(){ - window.location.href="http://"+ window.location.hostname + ":30261"; + window.location.href="http://"+ window.location.hostname + ":30271"; } </script> |