This commit is contained in:
Michael Shamoon
2022-12-30 08:33:54 -08:00
parent 67d7b4cef5
commit e44fcd4e84
2 changed files with 2 additions and 2 deletions

View File

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