diff options
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ app.use((req, res, next) => { | |||
99 | } | 99 | } |
100 | 100 | ||
101 | return next() | 101 | return next() |
102 | }); | 102 | }) |
103 | 103 | ||
104 | // For the logger | 104 | // For the logger |
105 | app.use(morgan('combined', { | 105 | app.use(morgan('combined', { |