fix missing comma in documentation output example

This commit is contained in:
Andrew Prokhorenkov 2017-12-19 22:30:35 +02:00 committed by GitHub
parent 9dbaca4cc6
commit 30e51ad136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ HTTP/1.1 200
Content-Type: application/json
{
"email": "user@mygraf.com"
"email": "user@mygraf.com",
"name": "admin",
"login": "admin",
"theme": "light",