Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 27, 2023
1 parent 014070d commit 2d085e9
Showing 1 changed file with 1 addition 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 @@ -73,7 +73,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.Route("/me", func(r chi.Router) {
r.Get("", s.getMe)
r.Get("/", s.getMe)
r.Get("/drives", s.listMySpaces)
})
})
Expand Down

0 comments on commit 2d085e9

Please sign in to comment.