We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6da46 commit 28b172eCopy full SHA for 28b172e
src/app.ts
@@ -24,6 +24,7 @@ app.set('view engine', 'pug')
24
25
app.use(helmet())
26
app.use(cors())
27
+// @ts-ignore
28
app.use(logger('combined', { stream: winstonStream }))
29
app.use(bodyParser.json())
30
app.use(bodyParser.urlencoded({ extended: false }))
0 commit comments