completed login api

This commit is contained in:
kicap1992
2022-04-22 12:47:13 +08:00
parent b5752f111d
commit 73ea1fe511
4 changed files with 544 additions and 547 deletions

View File

@ -22,9 +22,14 @@ const pengirimSchema = new mongoose.Schema({
type: String,
required: true
},
status: {
type: String,
},
photo_url: {
type: String,
// required: true
required: true,
default: 'Evaluasi'
},
created_at: {
type: Date,