mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore!: remove /api/server/theme endpoint (#27880)
chore: remove server/theme endpoint
This commit is contained in:
parent
41968fdcac
commit
2f8be45fe0
11 changed files with 0 additions and 251 deletions
|
|
@ -109,11 +109,6 @@ export class ServerService extends BaseService {
|
|||
};
|
||||
}
|
||||
|
||||
async getTheme() {
|
||||
const { theme } = await this.getConfig({ withCache: false });
|
||||
return theme;
|
||||
}
|
||||
|
||||
async getSystemConfig(): Promise<ServerConfigDto> {
|
||||
const { setup } = this.configRepository.getEnv();
|
||||
const config = await this.getConfig({ withCache: false });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue