mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
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