mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Update api version to v4
This commit is contained in:
parent
ef335517ce
commit
fae0e3b405
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: document.baseURI + 'api/',
|
||||
apiVersion: '3',
|
||||
apiVersion: '4',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: '2.2.0-dev',
|
||||
webSocketHost: window.location.host,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:8000/api/',
|
||||
apiVersion: '3',
|
||||
apiVersion: '4',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: 'DEVELOPMENT',
|
||||
webSocketHost: 'localhost:8000',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue