This commit is contained in:
jonaswinkler
2020-12-16 14:41:57 +01:00
parent 9f5e6d1969
commit b13ec571f8
5 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
export const environment = {
production: true,
apiBaseUrl: "/api/",
appTitle: "Paperless-ng"
appTitle: "Paperless-ng",
version: "0.9.7"
};