aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/custom-config.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/server/custom-config.model.ts')
-rw-r--r--shared/models/server/custom-config.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts
index 7f3e2df02..b4d24cfbe 100644
--- a/shared/models/server/custom-config.model.ts
+++ b/shared/models/server/custom-config.model.ts
@@ -1,6 +1,7 @@
1export interface CustomConfig { 1export interface CustomConfig {
2 instance: { 2 instance: {
3 name: string 3 name: string
4 shortDescription: string
4 description: string 5 description: string
5 terms: string 6 terms: string
6 defaultClientRoute: string 7 defaultClientRoute: string