fixed some bugs, dark/white mode fix and sessionid in url
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user