Skip to content

Commit 141541c

Browse files
Update dgraph/self-hosted.mdx
Co-authored-by: Copilot <[email protected]>
1 parent f364a21 commit 141541c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dgraph/self-hosted.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,8 @@ dgraph-dgraph-zero:5080
571571
curl -X POST $DGRAPH_ENDPOINT/admin \
572572
-H "Content-Type: application/json" \
573573
-d '{"query": "mutation { addUser(input: {name: \"admin\", password:
574-
\"password\"}) { user { name } } }"}'
574+
-H "Content-Type: application/json" \
575+
-d '{"query": "mutation { addUser(input: {name: \"admin\", password: \"password\"}) { user { name } } }"}'
575576
576577
````
577578
</Tab>

0 commit comments

Comments
 (0)