mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Update local.mdx (#679)
/api/instance/setup is incorrect, it should be /api/setup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user