clean up example urls

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-07-08 10:04:01 +02:00
parent 2d51ea3cee
commit ada2b96e4b
+3 -3
View File
@@ -71,10 +71,10 @@ HTTP/1.1 200 OK
Content-Type: application/json Content-Type: application/json
{ {
"instance": "https://cloud.example.com/", "instance": "https://cloud.example.com",
"graph_endpoint": "https://cloud.example.com/graph/", "graph_endpoint": "https://cloud.example.com/graph/v0.0",
"ocis_web_config": "https://cloud.example.com/web/config.json", "ocis_web_config": "https://cloud.example.com/web/config.json",
"issuer": "https://idp.example.com/", "issuer": "https://idp.example.com",
} }
``` ```