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
+2 -2
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",
@@ -409,4 +409,4 @@ HTTP/1.1 200
Content-Type: application/json
{"message":"Dashboard unstarred"}
```
```