mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 13:36:40 +01:00
all posts runing by token
This commit is contained in:
@@ -7,6 +7,7 @@ var mongooseUniqueValidator = require('mongoose-unique-validator');
|
||||
var userSchema = new Schema({
|
||||
username: { type: String, unique: true },
|
||||
password: { type: String },
|
||||
token: { type: String },
|
||||
description: { type: String },
|
||||
avatar: { type: String },
|
||||
mail: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user