add appprovider frontend route

This commit is contained in:
Willy Kloucek
2021-09-01 12:50:03 +02:00
parent 5cbf3f7a88
commit 29e3fbd02f
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -295,6 +295,10 @@ func defaultPolicies() []config.Policy {
Endpoint: "/ocs/v[12].php/cloud/(users?|groups)", // we have `user`, `users` and `groups` in ocis-ocs
Backend: "http://localhost:9110",
},
{
Endpoint: "/app/",
Backend: "http://localhost:9140",
},
{
Endpoint: "/ocs/",
Backend: "http://localhost:9140",