aboutsummaryrefslogtreecommitdiff
path: root/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app.ts')
-rw-r--r--app.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/app.ts b/app.ts
index 4a60eb8..5b0d9d6 100644
--- a/app.ts
+++ b/app.ts
@@ -46,10 +46,8 @@ app.service('polls').create({
});
app.service('users').create({
- info: {
name: 'John Doe',
age: 20,
- nationality: 'Belarus',
- sex: 'male'
- }
+ avatarUrl: 'https://github.com/ilyayudovin.png'
});
+