Skip to content

Commit f66b4d2

Browse files
committed
Initial check-in.
1 parent d350861 commit f66b4d2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"id": 1,
4+
"username": "john_smith",
5+
"name": "John Smith",
6+
"state": "active",
7+
"avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg",
8+
"web_url": "http://localhost:3000/john_smith"
9+
},
10+
{
11+
"id": 2,
12+
"username": "jack_smith",
13+
"name": "Jack Smith",
14+
"state": "blocked",
15+
"avatar_url": "http://gravatar.com/../e32131cd8.jpeg",
16+
"web_url": "http://localhost:3000/jack_smith"
17+
}
18+
]

0 commit comments

Comments
 (0)