fix URL naming

This commit is contained in:
Willy Kloucek
2021-09-01 12:50:03 +02:00
parent df6359807b
commit d41bc5e1b8
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ type AppProvider struct {
Driver string
IopSecret string
WopiInsecure bool
WopiUrl string
WopiBridgeUrl string
WopiURL string
WopiBridgeURL string
}
// Sharing defines the available sharing configuration.