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:
@@ -2,11 +2,9 @@ class HomeController {
|
||||
|
||||
index(req, res) {
|
||||
|
||||
res.render("home/index", {
|
||||
res.locals.title = "PantryHub";
|
||||
|
||||
title: "PantryHub"
|
||||
|
||||
});
|
||||
res.render("home/index");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user