diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 5421170..90dd8d4 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash cd $(rospack find aescape_lab_ui) -python3 -m http.server --bind titan.local \ No newline at end of file +python3 -m http.server 8000 --bind titan.aescape.co \ No newline at end of file