We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15f619 commit 223be98Copy full SHA for 223be98
js/widgets/reflection.js
@@ -76,7 +76,7 @@ class ReflectionMatrix {
76
this.isOpen = true;
77
this.isMaximized = false;
78
this.activity.isInputON = true;
79
- this.PORT = "http://52.65.37.66:8000"; // http://127.0.0.1:8000
+ this.PORT = "http://3.105.177.138:8000"; // http://127.0.0.1:8000
80
81
const widgetWindow = window.widgetWindows.windowFor(this, "reflection", "reflection");
82
this.widgetWindow = widgetWindow;
0 commit comments