login dialog

This commit is contained in:
2026-04-19 19:42:57 +02:00
parent b226795731
commit 9052dd8b0f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ from PyQt6.QtWidgets import (
from PyQt6.QtCore import Qt, QSettings
# ── Hardcodet server-URL ──────────────────────────────────────────────────────
API_URL = "http://din-server:8000"
API_URL = "https://api.linedanceplayer.dk"
# ─────────────────────────────────────────────────────────────────────────────