mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
make archiver routes match also "/archiver" instead of "/archiver/" only
This commit is contained in:
@@ -291,7 +291,7 @@ func defaultPolicies() []config.Policy {
|
||||
Backend: "http://localhost:9130",
|
||||
},
|
||||
{
|
||||
Endpoint: "/archiver/",
|
||||
Endpoint: "/archiver",
|
||||
Backend: "http://localhost:9140",
|
||||
},
|
||||
{
|
||||
@@ -384,7 +384,7 @@ func defaultPolicies() []config.Policy {
|
||||
Backend: "http://localhost:9130",
|
||||
},
|
||||
{
|
||||
Endpoint: "/archiver/",
|
||||
Endpoint: "/archiver",
|
||||
Backend: "http://localhost:9140",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user