From c2fe13f8358898c6c020d9c9facf3dad2383c0c4 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Mon, 20 Jan 2020 13:19:18 +0800 Subject: [PATCH] docs: update default external explorer url Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- docs/site/Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/Server.md b/docs/site/Server.md index e246d6341b9c..ed6579c4384c 100644 --- a/docs/site/Server.md +++ b/docs/site/Server.md @@ -109,7 +109,7 @@ LoopBack allows externally hosted API Explorer UI to render the OpenAPI endpoints for a REST server. Such URLs can be specified with `rest.apiExplorer`: - url: URL for the hosted API Explorer UI, default to - `https://loopback.io/api-explorer`. + `https://explorer.loopback.io`. - httpUrl: URL for the API explorer served over plain http to deal with mixed content security imposed by browsers as the spec is exposed over `http` by default. See https://github.com/strongloop/loopback-next/issues/1603. Default