fix startup without active appprovider driver

This commit is contained in:
Willy Kloucek
2021-09-01 12:50:03 +02:00
parent a909141bca
commit a1e1fbbe49
3 changed files with 24 additions and 10 deletions
+1
View File
@@ -43,6 +43,7 @@ type StorageRegistry struct {
type AppProvider struct {
Port
ExternalAddr string
Driver string
WopiDriver WopiDriver
}