Added 404 route

This commit is contained in:
Matt Styles
2013-05-14 23:29:26 +01:00
parent fede7c4914
commit 34f199a216

View File

@@ -2,5 +2,5 @@
// Index route
module.exports = function( req, res ) {
res.render( 'index' );
res.render( '404.html' );
};