mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Refactor to UiSettings
This commit is contained in:
parent
b2307d911e
commit
de89f75707
11 changed files with 30 additions and 30 deletions
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue