mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
refactor: deprecate /server-info and replace with /server-info/storage (#9645)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ServerInfoResponseDto } from '@immich/sdk';
|
||||
import type { ServerStorageResponseDto } from '@immich/sdk';
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const serverInfo = writable<ServerInfoResponseDto>();
|
||||
export const serverInfo = writable<ServerStorageResponseDto>();
|
||||
|
||||
Reference in New Issue
Block a user