Skip to content

Commit 23b05a5

Browse files
authored
Merge pull request #3 from Unity-Lab-AI/feature/cleanup
Added server for visitor count
2 parents ef1edc2 + c1c1b68 commit 23b05a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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://your-hosted-server.com";
2+
const SERVER_URL = "https://vps.unityailab.online";
33
const USE_LOCAL_FALLBACK = true;
44

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

0 commit comments

Comments
 (0)