Skip to content

Commit 223be98

Browse files
committed
elastic_ip added
1 parent c15f619 commit 223be98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/reflection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ReflectionMatrix {
7676
this.isOpen = true;
7777
this.isMaximized = false;
7878
this.activity.isInputON = true;
79-
this.PORT = "http://52.65.37.66:8000"; // http://127.0.0.1:8000
79+
this.PORT = "http://3.105.177.138:8000"; // http://127.0.0.1:8000
8080

8181
const widgetWindow = window.widgetWindows.windowFor(this, "reflection", "reflection");
8282
this.widgetWindow = widgetWindow;

0 commit comments

Comments
 (0)