mirror of
https://github.com/arnaucube/thoughts.git
synced 2026-02-07 19:56:48 +01:00
passat a angular
This commit is contained in:
@@ -5,7 +5,6 @@ var mongoose = require('mongoose'),
|
||||
var thoughtSchema = new Schema({
|
||||
time: { type: String },
|
||||
content: { type: String },
|
||||
authorname: { type: String },
|
||||
user_id: { type: String },
|
||||
fav: { type: String } //array amb els users que posen fav
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user