Đã sửa lỗi quyền sở hữu scene
This commit is contained in:
@@ -137,6 +137,7 @@ router.post('/scenes', protect, uploadSinglePanorama, async (req, res) => {
|
||||
// 7. Save Scene to DB
|
||||
const scene = new Scene({
|
||||
name: title,
|
||||
assetId: asset._id,
|
||||
scene_url: processedFilePath, // Lưu đường dẫn ảnh trực tiếp
|
||||
gps: {
|
||||
lat: latitude,
|
||||
|
||||
Reference in New Issue
Block a user