Terminate view.html rewrite rule

Otherwise anything with html in the path matches. Fixes #527
This commit is contained in:
Ray Schamp 2016-05-31 09:38:13 -04:00
parent 89bdeff631
commit e323cbbb9f

View file

@ -20,7 +20,7 @@ var extraAppRoutes = [
// TODO: Should this be added for every route? // TODO: Should this be added for every route?
'^/\\?', '^/\\?',
// View html // View html
'^/[^\/]*\.html' '^/[^\/]*\.html$'
]; ];
/* /*