mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 18:17:41 +02:00
reroute sse path to sse service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -122,6 +122,11 @@ func DefaultPolicies() []config.Policy {
|
||||
Endpoint: "/archiver",
|
||||
Service: "com.owncloud.web.frontend",
|
||||
},
|
||||
{
|
||||
// reroute oc10 notifications endpoint to userlog service
|
||||
Endpoint: "/ocs/v2.php/apps/notifications/api/v1/notifications/sse",
|
||||
Service: "com.owncloud.sse.sse",
|
||||
},
|
||||
{
|
||||
// reroute oc10 notifications endpoint to userlog service
|
||||
Endpoint: "/ocs/v2.php/apps/notifications/api/v1/notifications",
|
||||
|
||||
Reference in New Issue
Block a user