fixed some bugs, dark/white mode fix and sessionid in url

This commit is contained in:
David Meincke
2023-05-30 11:39:21 +02:00
parent e0c998cfac
commit 28631e8251
10 changed files with 5339 additions and 3554 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export function IsLocalhost(): boolean {
export function GetOutputFrameUrl(): string {
if (IsLocalhost()) {
return "http://127.0.0.1:8021/";
return "http://localhost:8021/";
}
else {
return "https://outputframe.davidmeincke.dk/";