Base Layout work

This commit is contained in:
NGPixel
2016-08-17 23:52:23 -04:00
parent 04426ed6a7
commit 24d0a6b698
36 changed files with 1009 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ var router = express.Router();
* Home
*/
router.get('/', (req, res) => {
res.send('OK');
res.render('pages/view');
});
module.exports = router;