chore!: remove /api/server/theme endpoint (#27880)

chore: remove server/theme endpoint
This commit is contained in:
Jason Rasmussen 2026-04-17 08:30:03 -04:00 committed by GitHub
parent 41968fdcac
commit 2f8be45fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 0 additions and 251 deletions

View file

@ -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 });