parent
d5c873d549
commit
214ce1cf6e
1 changed files with 3 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ var factory = {
|
||||||
"id": id,
|
"id": id,
|
||||||
"diaspora_id": "bob@bob.com",
|
"diaspora_id": "bob@bob.com",
|
||||||
"avatar":{
|
"avatar":{
|
||||||
"large":"http://localhost:3000/images/user/uma.jpg",
|
"large":"http://localhost:3000/assets/user/uma.jpg",
|
||||||
"medium":"http://localhost:3000/images/user/uma.jpg",
|
"medium":"http://localhost:3000/assets/user/uma.jpg",
|
||||||
"small":"http://localhost:3000/images/user/uma.jpg"}
|
"small":"http://localhost:3000/assets/user/uma.jpg"}
|
||||||
};
|
};
|
||||||
|
|
||||||
return _.extend(defaultAttrs, overrides);
|
return _.extend(defaultAttrs, overrides);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue