refactor: deprecate /server-info and replace with /server-info/storage (#9645)
This commit is contained in:
@@ -7,7 +7,7 @@ export class ServerPingResponse {
|
||||
res!: string;
|
||||
}
|
||||
|
||||
export class ServerInfoResponseDto {
|
||||
export class ServerStorageResponseDto {
|
||||
diskSize!: string;
|
||||
diskUse!: string;
|
||||
diskAvailable!: string;
|
||||
|
||||
Reference in New Issue
Block a user