From b84fd751141c5711785bd383a8a846e3f10829ea Mon Sep 17 00:00:00 2001 From: Anon <68710948+nonanonymousanon@users.noreply.github.com> Date: Fri, 3 Apr 2026 00:20:40 -0400 Subject: [PATCH] Update local.mdx (#679) /api/instance/setup is incorrect, it should be /api/setup --- src/pages/selfhosted/identity-providers/local.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/identity-providers/local.mdx b/src/pages/selfhosted/identity-providers/local.mdx index 074b1e22..b24e950c 100644 --- a/src/pages/selfhosted/identity-providers/local.mdx +++ b/src/pages/selfhosted/identity-providers/local.mdx @@ -327,7 +327,7 @@ curl "https://netbird.example.com/api/instance" } # Complete setup -curl -X POST "https://netbird.example.com/api/instance/setup" \ +curl -X POST "https://netbird.example.com/api/setup" \ -H "Content-Type: application/json" \ -d '{ "email": "admin@example.com",