From a1a819cb0aa4b8f885edb33db4bbe913dd3ab10d Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:50:55 -0400 Subject: [PATCH] chore(docs): make it clearer what the local apiUrl is (#1584) --- src/shadowbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/README.md b/src/shadowbox/README.md index 887f65ad..c0519aa2 100644 --- a/src/shadowbox/README.md +++ b/src/shadowbox/README.md @@ -89,7 +89,7 @@ The Outline Server provides a REST API for access key management. If you know th - **Deployed with the Outline Manager:** Check the "Settings" tab. - - **Local Deployments from Source:** `https://[::]:8081/TestApiPrefix` + - **Local Deployments from Source:** The `apiUrl` is simply `https://[::]:8081/TestApiPrefix` 1. **API Examples:**