Skip to content

Commit

Permalink
Work around cs3org#1962
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Aug 9, 2021
1 parent a75b180 commit 6982619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/ocmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (h *configHandler) init(c *Config) {
h.c.Provider = "cernbox"
}
h.c.Enabled = true
h.c.Endpoint = fmt.Sprintf("https://%s/%s", h.c.Host, c.Prefix)
h.c.Endpoint = fmt.Sprintf("http://%s/%s", h.c.Host, c.Prefix)
h.c.ResourceTypes = []resourceTypes{{
Name: "file",
ShareTypes: []string{"user"},
Expand Down

0 comments on commit 6982619

Please sign in to comment.