remove refreshLAN feature

This commit is contained in:
Matt Hill
2021-08-19 15:48:09 -06:00
committed by Aiden McClelland
parent 2475c08648
commit 038a7263f3
6 changed files with 0 additions and 77 deletions

View File

@@ -77,12 +77,6 @@ export class LiveApiService extends ApiService {
return this.http.rpcRequest({ method: 'server.shutdown', params })
}
// network
async refreshLan (params: RR.RefreshLanReq): Promise<RR.RefreshLanRes> {
return this.http.rpcRequest({ method: 'network.lan.refresh', params })
}
// marketplace URLs
async getEos (params: RR.GetMarketplaceEOSReq): Promise<RR.GetMarketplaceEOSRes> {