mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
almost rebased
This commit is contained in:
24
test/data/users.json
Normal file
24
test/data/users.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
|
||||
"frank": {
|
||||
"username": "frank",
|
||||
"name": "Frank Sinatra",
|
||||
"bio": "Singer",
|
||||
"password": "password"
|
||||
},
|
||||
|
||||
"jobim": {
|
||||
"username": "jobim",
|
||||
"name": "Antonio Carlos Jobim",
|
||||
"bio": "Composer",
|
||||
"password": "password"
|
||||
},
|
||||
|
||||
"fred": {
|
||||
"username": "fred",
|
||||
"name": "Fred Astaire",
|
||||
"bio": "Dancer and Actor",
|
||||
"password": "password"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user