Skip to content

Commit 2563fe7

Browse files
authored
Merge pull request #6 from Unity-Lab-AI/develop
Develop
2 parents 56ccd3d + f604bb5 commit 2563fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
document.addEventListener("DOMContentLoaded", () => {
2-
const SERVER_URL = "https://vps.unityailab.online";
2+
const SERVER_URL = "https://vps.unityailab.online:3000";
33
const USE_LOCAL_FALLBACK = true;
44

55
const sessionListEl = document.getElementById("session-list");

0 commit comments

Comments
 (0)