Just smalling cleaning up, causing confusion (#7426)

This commit is contained in:
Anirudh Bagri 2020-07-23 21:04:34 +05:30 committed by GitHub
parent 4b06e0a5a1
commit 1e164c5eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ We can now access our API, both from the command-line, using tools like `curl`..
},
{
"email": "tom@example.com",
"groups": [ ],
"groups": [],
"url": "http://127.0.0.1:8000/users/2/",
"username": "tom"
}
@ -204,7 +204,7 @@ Or using the [httpie][httpie], command line tool...
},
{
"email": "tom@example.com",
"groups": [ ],
"groups": [],
"url": "http://127.0.0.1:8000/users/2/",
"username": "tom"
}