Refactor giai đoạn 1: test các tính năng vừa thay đổi như tour, scene...
This commit is contained in:
@@ -10,6 +10,10 @@ const hotspotSchema = new mongoose.Schema({
|
||||
type: mongoose.Schema.Types.ObjectId,
|
||||
ref: 'Scene'
|
||||
},
|
||||
target_tour_id: {
|
||||
type: mongoose.Schema.Types.ObjectId,
|
||||
ref: 'Tour'
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
trim: true
|
||||
|
||||
Reference in New Issue
Block a user