Refactor to UiSettings

This commit is contained in:
Michael Shamoon
2022-05-07 08:11:10 -07:00
parent ed96373eb2
commit 67b3473365
11 changed files with 30 additions and 30 deletions

View File

@@ -144,7 +144,7 @@ const SETTINGS: PaperlessSettings[] = [
})
export class SettingsService {
private renderer: Renderer2
protected baseUrl: string = environment.apiBaseUrl + 'frontend_settings/'
protected baseUrl: string = environment.apiBaseUrl + 'ui_settings/'
private settings: Object = {}