Đã sửa lỗi quyền sở hữu scene

This commit is contained in:
2026-06-08 12:29:16 +07:00
parent 90abf2418a
commit 46a1079f84
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -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,