split spaces webdav url and graph url configuration in base and path parts

This commit is contained in:
Willy Kloucek
2021-10-21 14:30:18 +02:00
parent 92a52daf98
commit 29341a7f94
8 changed files with 36 additions and 14 deletions
+1
View File
@@ -52,6 +52,7 @@ type TokenManager struct {
type Spaces struct {
WebDavBase string
WebDavPath string
DefaultQuota string
}