mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: handle created change with api version increment, use created only on frontend, deprecate created_date (#9962)
This commit is contained in:
parent
fae4116504
commit
55917fcabe
13 changed files with 74 additions and 18 deletions
|
|
@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '8', // match src/paperless/settings.py
|
||||
apiVersion: '9', // match src/paperless/settings.py
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '2.15.3',
|
||||
webSocketHost: window.location.host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue