Add admin route test

This commit is contained in:
Elliot DeNolf
2018-04-21 13:57:19 -06:00
parent 69ae8ea1b1
commit 60ff3f53cf
4 changed files with 82 additions and 3 deletions

View File

@@ -34,4 +34,4 @@ app.get('/', (req, res) => res.render('index',
title: 'Index'
}));
app.listen(3000, () => console.log('Example app listening on http://localhost:3000'));
app.listen(3000, () => console.log('Example app listening on http://localhost:3000'));