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",