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