repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git]
/
server
/
web
/
middlewares
/
skip-token-error-handler.js
blob
a25c4ef6456a53f06cd43e9b5cb9bca2cda2720c
1
'use strict'
;
2
3
module
.
exports
=
function
(
req
,
res
,
next
) {
4
req
.
skipTokenErrorHandler
=
true
;
5
return
next
();
6
};