mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Enhancement: bulk delete objects (#5688)
This commit is contained in:
parent
b60e16fe33
commit
b643a68fa3
15 changed files with 535 additions and 221 deletions
|
|
@ -5,7 +5,7 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:8000/api/',
|
||||
apiVersion: '4',
|
||||
apiVersion: '5',
|
||||
appTitle: 'Paperless-ngx',
|
||||
version: 'DEVELOPMENT',
|
||||
webSocketHost: 'localhost:8000',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue