Fix some spelling errors (#5)
This commit is contained in:
committed by
Benedikt Rötsch
parent
e773c8b32d
commit
01fd3cc9b3
2
app.js
2
app.js
@@ -29,7 +29,7 @@ app.use(bodyParser.urlencoded({ extended: false }))
|
||||
app.use(cookieParser())
|
||||
app.use(express.static(path.join(__dirname, 'public')))
|
||||
|
||||
// Pass custo helpers to all our templates
|
||||
// Pass custom helpers to all our templates
|
||||
app.use(function (req, res, next) {
|
||||
res.locals.helpers = helpers
|
||||
const qs = url.parse(req.url).query
|
||||
|
||||
Reference in New Issue
Block a user