fix duplicated key

This commit is contained in:
A.Unger
2021-03-09 23:16:13 +01:00
parent 90aea4f58d
commit 25909d5923
3 changed files with 267 additions and 10 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func NewService(options ...Option) (*Service, error) {
s.ServicesRegistry["webdav"] = webdav.NewSutureService
s.ServicesRegistry["storage-frontend"] = storage.NewFrontend
s.ServicesRegistry["storage-gateway"] = storage.NewGateway
s.ServicesRegistry["storage-users"] = storage.NewUsersProviderService
s.ServicesRegistry["storage-users-provider"] = storage.NewUsersProviderService
s.ServicesRegistry["storage-groupsprovider"] = storage.NewGroupsProvider
s.ServicesRegistry["storage-authbasic"] = storage.NewAuthBasic
s.ServicesRegistry["storage-authbearer"] = storage.NewAuthBearer