Werk hoofdapplicatie bij

Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-08-07 20:45:36 +02:00
parent 26a820b41a
commit c07d503d83
41 changed files with 1837 additions and 313 deletions
+2 -4
View File
@@ -2,11 +2,9 @@ class HomeController {
index(req, res) {
res.render("home/index", {
res.locals.title = "PantryHub";
title: "PantryHub"
});
res.render("home/index");
}