projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd2d96
)
fix lint error on travis [let it be known, I disagree with this rule]
author
William Lahti
<wilahti@gmail.com>
Thu, 28 Jun 2018 05:08:27 +0000
(22:08 -0700)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 29 Jun 2018 07:46:44 +0000
(09:46 +0200)
server.ts
patch
|
blob
|
history
diff --git
a/server.ts
b/server.ts
index adebd9ce90d64e9e9f78a4f50d9c7b5f4c79b331..0cb0759e0de9f5a4cd013cc28ef320ad68e56394 100644
(file)
--- a/
server.ts
+++ b/
server.ts
@@
-99,7
+99,7
@@
app.use((req, res, next) => {
}
return next()
-})
;
+})
// For the logger
app.use(morgan('combined', {