1
0
Fork 0

Server: show user created date for the api

This commit is contained in:
Chocobozzz 2016-09-23 17:19:57 +02:00
parent 4b931f7df9
commit d74a0680f7

View file

@ -57,7 +57,8 @@ function toFormatedJSON () {
return {
id: this._id,
username: this.username,
role: this.role
role: this.role,
createdDate: this.createdDate
}
}
// ------------------------------ STATICS ------------------------------