add pdf viewer to web config

This commit is contained in:
Michael Barz
2022-03-28 21:50:07 +02:00
parent d04d93bc82
commit ab00331db4
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "media-viewer", "external"},
Apps: []string{"files", "search", "media-viewer", "pdf-viewer", "external"},
},
},
}