forked from external-repos/pa11y-dashboard
Add basic views
This commit is contained in:
@@ -5,6 +5,6 @@ module.exports = route;
|
||||
// Route definition
|
||||
function route (app) {
|
||||
app.express.get('/new', function (req, res) {
|
||||
res.send('Create a task');
|
||||
res.render('new');
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user