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
/
serializers
/
notification-serializer.js
blob
f128d9146e647c259e789c5457a9e05de5f01c34
1
'use strict'
;
2
3
var
createSerializer
=
require
(
'./create-serializer'
);
4
5
module
.
exports
=
createSerializer
(
'notifications'
);