We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ccd3d + f604bb5 commit 2563fe7Copy full SHA for 2563fe7
1 file changed
ai/storage.js
@@ -1,5 +1,5 @@
1
document.addEventListener("DOMContentLoaded", () => {
2
- const SERVER_URL = "https://vps.unityailab.online";
+ const SERVER_URL = "https://vps.unityailab.online:3000";
3
const USE_LOCAL_FALLBACK = true;
4
5
const sessionListEl = document.getElementById("session-list");
0 commit comments