Merge branch 'main' of https://gits.techvanguard.vn/UKSOURCE/cms.hailearning.edu.vn into fea/thanh-02022026-news

This commit is contained in:
Wini_Fy
2026-02-04 15:46:59 +07:00
13 changed files with 3203 additions and 84 deletions

View File

@@ -55,9 +55,7 @@ app.use(
);
// Serve other public files
app.use(
express.static(path.join(__dirname, "public")),
);
app.use(express.static(path.join(__dirname, "public")));
// Session configuration (using MongoDB store to avoid logout khi server restart)
app.use(