Route user provisioning api to ocis-ocs

This commit is contained in:
Benedikt Kulmann
2020-07-28 17:34:06 +02:00
parent d0d85fe67a
commit 3a83f3bb4d
2 changed files with 15 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ func defaultPolicies() []config.Policy {
},
{
Type: config.RegexRoute,
Endpoint: "/ocs/v[12].php/cloud/user/signing-key",
Endpoint: "/ocs/v[12].php/cloud/user",// we have `user` and `users` in ocis-ocs
Backend: "http://localhost:9110",
},
{