mirror of https://github.com/status-im/codimd.git
Fix import module name typo in app.js
This commit is contained in:
parent
0ef0e70579
commit
cceb5b1a26
2
app.js
2
app.js
|
@ -152,7 +152,7 @@ app.use(passport.session())
|
||||||
// check uri is valid before going further
|
// check uri is valid before going further
|
||||||
app.use(require('./lib/web/middleware/checkURIValid'))
|
app.use(require('./lib/web/middleware/checkURIValid'))
|
||||||
// redirect url without trailing slashes
|
// redirect url without trailing slashes
|
||||||
app.use(require('./lib/web/middleware/redirectwithoutTrailingSlashes'))
|
app.use(require('./lib/web/middleware/redirectWithoutTrailingSlashes'))
|
||||||
|
|
||||||
// routes need sessions
|
// routes need sessions
|
||||||
// template files
|
// template files
|
||||||
|
|
Loading…
Reference in New Issue