Fix: correctly handle empty user for old notes api format, fix frontend API version (#9846)

This commit is contained in:
shamoon 2025-05-01 14:45:37 -07:00 committed by GitHub
parent c83b0bfca6
commit 86adc377a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
export const environment = {
production: true,
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '7',
apiVersion: '8', // match src/paperless/settings.py
appTitle: 'Paperless-ngx',
version: '2.15.3',
webSocketHost: window.location.host,