Versie module 1 van 26-7
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class HomeController {
|
||||
|
||||
index(req, res) {
|
||||
|
||||
res.render("home/index", {
|
||||
|
||||
title: "PantryHub"
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = new HomeController();
|
||||
Reference in New Issue
Block a user