mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Fix: backwards-compatible versioned API response for custom field select fields (#8912)
This commit is contained in:
parent
082bf6fb8e
commit
270e70a958
8 changed files with 245 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '6',
|
||||
apiVersion: '7',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '2.14.5',
|
||||
webSocketHost: window.location.host,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:8000/api/',
|
||||
apiVersion: '6',
|
||||
apiVersion: '7',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: 'DEVELOPMENT',
|
||||
webSocketHost: 'localhost:8000',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue