Sửa lỗi hiển thị thumbnail của facebook

This commit is contained in:
2026-06-12 08:57:08 +07:00
parent 377c4d41d8
commit b3af752884
2 changed files with 25 additions and 12 deletions
+1
View File
@@ -23,6 +23,7 @@ const assetRoutes = require('./assetRoutes');
// Ở đây tôi gắn các route còn lại trực tiếp để không làm gián đoạn hệ thống
router.use('/admin', adminRoutes);
router.use('/auth', authRoutes); // Tích hợp API Đăng ký/Đăng nhập
router.get('/share/:id', sceneRoutes.shareScene); // Route hỗ trợ Open Graph
router.use('/tours', tourRoutes); // Thêm các route cho Tour
router.use('/scenes', sceneRoutes);
router.use('/users', userRoutes);