mirror of
https://github.com/mattstyles/yeoman-angular-express-plus.git
synced 2026-01-10 23:18:01 -05:00
Added 404 route
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
// Index route
|
||||
module.exports = function( req, res ) {
|
||||
res.render( 'index' );
|
||||
res.render( '404.html' );
|
||||
};
|
||||
Reference in New Issue
Block a user