forked from external-repos/pa11y-dashboard
Add basic views
This commit is contained in:
@@ -9,7 +9,9 @@ function route (app) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
res.send(tasks);
|
||||
res.render('index', {
|
||||
tasks: tasks
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user