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