Merge branch 'main' into dev

This commit is contained in:
shamoon
2024-11-12 22:35:42 -08:00
3 changed files with 55 additions and 2 deletions

View File

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