Refactor: remove unused APIs, controllers, models and data files. Update: icon picker all system, Dashboard, Main UI more respone, Change: Logo, favicon.

This commit is contained in:
2026-04-23 18:44:37 +07:00
parent 8ce6cf3c7e
commit 4ba3eb4a82
48 changed files with 438 additions and 14850 deletions
+3
View File
@@ -54,10 +54,13 @@ exports.index = async (req, res) => {
data[s] = data[s] || defaults[s];
});
const frontendUrl = process.env.FRONTEND_URL || "";
return res.render("admin/home/index", {
layout: "layouts/main",
title: "Home Management",
data,
frontendUrl,
currentPath: req.path,
user: req.session.user,
});