Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 25, 2023
1 parent f927c06 commit 1826333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/owncloud/ocgraph/ocgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func New(ctx context.Context, m map[string]interface{}) (global.Service, error)

func (s *svc) routerInit() error {
s.router.Route("/v1.0", func(r chi.Router) {
r.Get("/me/drives/", s.listMySpaces)
r.Get("/me/drives", s.listMySpaces)
})
return nil
}
Expand Down
1 change: 1 addition & 0 deletions pkg/preferences/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package loader
import (
// Load preferences drivers.
_ "github.com/cs3org/reva/pkg/preferences/memory"
_ "github.com/cs3org/reva/pkg/preferences/sql"
// Add your own here.
)

0 comments on commit 1826333

Please sign in to comment.