Fix: migrate footer, delete more file view

This commit is contained in:
2026-04-22 16:40:30 +07:00
parent ffb22134f4
commit f685ff88ee
9 changed files with 4 additions and 3541 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ async function migrateFooterData() {
// Đọc file JSON
const footerData = JSON.parse(
await fs.readFile(
path.join(__dirname, '../data/new/footer.json'),
path.join(__dirname, '../data/footer.json'),
'utf8'
)
);