Rest api updated

This commit is contained in:
vjrj 2018-06-14 17:55:38 +02:00
parent d551dea425
commit eebbdda064
7 changed files with 591 additions and 205 deletions

View file

@ -107,6 +107,7 @@ const schemaUser = new SimpleSchema({
telegramUsername: { type: String, optional: true },
telegramFirstName: { type: String, optional: true },
telegramLanguageCode: { type: String, optional: true },
fireBaseToken: { type: String, optional: true },
createdAt: defaultCreatedAt,
updatedAt: defaultUpdateAt
});