release browser app

This commit is contained in:
Marek Lenczewski
2026-04-15 22:37:53 +02:00
parent 1cef5fa1e8
commit 1ca4371ea0
5 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const SERVER_URL = "http://marha.local:8000/profiles";
const SERVER_URL = "https://youtube.marha.de/profiles";
const container = document.getElementById("profiles");
async function load() {