mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
Add an ocm service exposing the ocm related http and grpc APIs
This commit is contained in:
@@ -143,6 +143,14 @@ func DefaultPolicies() []config.Policy {
|
||||
Service: "com.owncloud.web.frontend",
|
||||
Unprotected: true,
|
||||
},
|
||||
{
|
||||
Endpoint: "/sciencemesh/",
|
||||
Service: "com.owncloud.web.ocm",
|
||||
},
|
||||
{
|
||||
Endpoint: "/ocm/",
|
||||
Service: "com.owncloud.web.ocm",
|
||||
},
|
||||
{
|
||||
Endpoint: "/ocs/",
|
||||
Service: "com.owncloud.web.frontend",
|
||||
|
||||
Reference in New Issue
Block a user