forked from UKSOURCE/cms.lams
Fix: migrate footer, delete more file view
This commit is contained in:
@@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user