mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 17:29:22 -05:00
Refactor groupware service after ADR decision on the Groupware API
* after having decided that the Groupware API should be a standalone independent custom REST API that is using JMAP data models as much as possible, * removed Groupware APIs from the Graph service * moved Groupware implementation to the Groupware service, and refactored a few things accordingly
This commit is contained in:
@@ -292,9 +292,8 @@ func DefaultPolicies() []config.Policy {
|
||||
SkipXAccessToken: true,
|
||||
},
|
||||
{
|
||||
Endpoint: "/groupware",
|
||||
Service: "eu.opencloud.web.groupware",
|
||||
Unprotected: true,
|
||||
Endpoint: "/groupware",
|
||||
Service: "eu.opencloud.web.groupware",
|
||||
},
|
||||
{
|
||||
Endpoint: "/auth",
|
||||
|
||||
Reference in New Issue
Block a user