mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-27 21:16:41 +01:00
faircoin public key added to user model
This commit is contained in:
@@ -10,6 +10,7 @@ var userSchema = new Schema({
|
||||
token: { type: String, selected: false },
|
||||
description: { type: String, default: "Hello world" },
|
||||
avatar: { type: String, default: "img/avatars/racoon.png" },
|
||||
faircoin: { type: String, default: "img/faircoinpublickey_sample.png" },
|
||||
email: { type: String, required: true },
|
||||
phone: { type: String },
|
||||
telegram: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user