]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix dev API version
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 19 May 2025 20:34:22 +0000 (13:34 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 19 May 2025 20:34:22 +0000 (13:34 -0700)
src-ui/src/environments/environment.ts

index 2cad64ce0aceb0a5b4bbd634558e59bf89719041..1c1552e7b4a286ed41bb73dacd43e7b18f9af2e5 100644 (file)
@@ -5,7 +5,7 @@
 export const environment = {
   production: false,
   apiBaseUrl: 'http://localhost:8000/api/',
-  apiVersion: '7',
+  apiVersion: '9',
   appTitle: 'Paperless-ngx',
   version: 'DEVELOPMENT',
   webSocketHost: 'localhost:8000',