repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'hotfix/21.56.9' into master
[gitter.git]
/
server
/
api
/
private
/
avatars
/
github-user-by-username.js
blob
6fb9972689e57b924e439c017d18622252407d6c
1
'use strict';
2
3
module.exports = function(username, size) {
4
return {
5
url: 'https://avatars.githubusercontent.com/' + username + '?s=' + size,
6
longTermCachable: false
7
};
8
};