split spaces webdav url and graph url configuration in base and path parts

This commit is contained in:
Willy Kloucek
2021-10-21 11:44:09 +02:00
parent 92a52daf98
commit 29341a7f94
8 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ func defaultPolicies() []config.Policy {
Backend: "http://localhost:9120",
},
{
Endpoint: "/graph-explorer/",
Endpoint: "/graph-explorer",
Backend: "http://localhost:9135",
},
// if we were using the go micro api gateway we could look up the endpoint in the registry dynamically