mirror of
https://github.com/unraid/api.git
synced 2026-05-01 04:31:31 -05:00
fix: return local server if no my_server key exists
This commit is contained in:
Vendored
+2
-2
@@ -18,10 +18,10 @@ export interface CachedServer {
|
||||
apikey: string;
|
||||
name: string;
|
||||
status: Status;
|
||||
wanip: IpAddress;
|
||||
wanip: IpAddress | null;
|
||||
lanip: IpAddress;
|
||||
localurl: URL;
|
||||
remoteurl: string;
|
||||
remoteurl: string | null;
|
||||
}
|
||||
|
||||
export interface CachedServers {
|
||||
|
||||
Reference in New Issue
Block a user