diff --git a/src/Application.ts b/src/Application.ts index b4aa287..9dc100a 100644 --- a/src/Application.ts +++ b/src/Application.ts @@ -200,7 +200,7 @@ export default abstract class Application implements Extendable { if (err) { - res.render('errors/Error', locals); + res.render('templates/ErrorTemplate', locals); } else { res.send(html); }