mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 19:28:19 -04:00
Merge pull request #96 from owncloud/ocis-hello-endpoints
Add ocis-hello endpoints to builtin and example config
This commit is contained in:
5
changelog/unreleased/hello-in-example-config.md
Normal file
5
changelog/unreleased/hello-in-example-config.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Add hello API and app endpoints to example config and builtin config
|
||||
|
||||
We added the ocis-hello API and app endpoints to both the example config and the builtin config.
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/96
|
||||
@@ -79,6 +79,14 @@
|
||||
{
|
||||
"endpoint": "/settings.js",
|
||||
"backend": "http://localhost:9190"
|
||||
},
|
||||
{
|
||||
"endpoint": "/api/v0/greet",
|
||||
"backend": "http://localhost:9105"
|
||||
},
|
||||
{
|
||||
"endpoint": "/hello.js",
|
||||
"backend": "http://localhost:9105"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -305,6 +305,14 @@ func defaultPolicies() []config.Policy {
|
||||
Endpoint: "/settings.js",
|
||||
Backend: "http://localhost:9190",
|
||||
},
|
||||
{
|
||||
Endpoint: "/api/v0/greet",
|
||||
Backend: "http://localhost:9105",
|
||||
},
|
||||
{
|
||||
Endpoint: "/hello.js",
|
||||
Backend: "http://localhost:9105",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user