mirror of
https://github.com/zoriya/flood.git
synced 2026-05-30 10:08:36 +00:00
server: remove dangling "pug" views
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
@@ -1,6 +0,0 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= title
|
||||
body
|
||||
block content
|
||||
Reference in New Issue
Block a user