login dialog
This commit is contained in:
@@ -24,10 +24,10 @@ services:
|
||||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "127.0.0.1:8080:8080" # kun tilgængelig lokalt på serveren
|
||||
networks:
|
||||
- linedance
|
||||
|
||||
networks:
|
||||
linedance:
|
||||
name: linedance
|
||||
name: linedance
|
||||
@@ -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"
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user