mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
window supports websockets
This commit is contained in:
committed by
Aiden McClelland
parent
b04892f5f4
commit
2a7f1a6eb7
@@ -54,7 +54,7 @@ export class LiveApiService extends ApiService {
|
||||
// server
|
||||
|
||||
async setShareStatsRaw (params: RR.SetShareStatsReq): Promise<RR.SetShareStatsRes> {
|
||||
return this.http.rpcRequest( { method: 'server.config.share-stats', params })
|
||||
return this.http.rpcRequest( { method: 'server.config.share_stats', params })
|
||||
}
|
||||
|
||||
async getServerLogs (params: RR.GetServerLogsReq): Promise<RR.GetServerLogsRes> {
|
||||
|
||||
Reference in New Issue
Block a user