mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
routes
This commit is contained in:
@@ -9,7 +9,7 @@ var userSchema = new Schema({
|
||||
password: { type: String, required: true, selected: false },
|
||||
token: { type: String, selected: false },
|
||||
description: { type: String, default: "Hello world" },
|
||||
avatar: { type: String, default: "racoon" },
|
||||
avatar: { type: String, default: "img/avatars/racoon.png" },
|
||||
email: { type: String, required: true },
|
||||
phone: { type: String },
|
||||
telegram: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user