server: remove dangling "pug" views

This commit is contained in:
Jesse Chan
2020-09-20 00:30:23 +08:00
parent 090521cb2d
commit 445c373c8f
3 changed files with 0 additions and 14 deletions
-2
View File
@@ -24,8 +24,6 @@ if (process.env.NODE_ENV !== 'development') {
}
app.set('etag', false);
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'pug');
app.use(morgan('dev'));
app.use(passport.initialize());
-6
View File
@@ -1,6 +0,0 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
-6
View File
@@ -1,6 +0,0 @@
doctype html
html
head
title= title
body
block content