Merge branch 'main' into dev

This commit is contained in:
shamoon 2025-01-31 08:36:56 -08:00
commit 7af6983cab
No known key found for this signature in database
3 changed files with 25 additions and 2 deletions

View file

@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '7',
appTitle: 'Paperless-ngx',
version: '2.14.6',
version: '2.14.7',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',