mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +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
|
# 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" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"email": "admin@example.com",
|
"email": "admin@example.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user