[MM-44644] Update configured server URL from SiteURL if available (#2152)
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
export type RemoteInfo = {
|
||||
name: string;
|
||||
serverVersion?: string;
|
||||
siteURL?: string;
|
||||
hasFocalboard?: boolean;
|
||||
hasPlaybooks?: boolean;
|
||||
};
|
||||
|
||||
export type ClientConfig = {
|
||||
Version: string;
|
||||
SiteURL: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user