Update api version to v4

This commit is contained in:
shamoon
2024-01-05 21:35:40 -08:00
parent ef335517ce
commit fae0e3b405
3 changed files with 3 additions and 3 deletions

View File

@@ -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',