mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Update src/app.js
Co-Authored-By: timakasucces <timurkazantaev@gmail.com>
This commit is contained in:
parent
df10d46198
commit
97d7f357ea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ app.set('views', path.join(__dirname, 'views'));
|
|||
app.set('view engine', 'twig');
|
||||
require('./utils/twig');
|
||||
|
||||
app.use(logger('dev '));
|
||||
app.use(logger('dev'));
|
||||
app.use(express.json());
|
||||
app.use(express.urlencoded({ extended: true }));
|
||||
app.use(cookieParser());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue