git ssb

0+

ev / microbay



forked from Dominic / patchbay

Tree: 4a4fd8df1c6e8e0f90790c6757e9dfb0efa031c2

Files: 4a4fd8df1c6e8e0f90790c6757e9dfb0efa031c2 / modules / blob-url.js

170 bytesRaw
1var config = require('../config')
2
3exports.blob_url = function (link) {
4 if('string' == typeof link.link)
5 link = link.link
6 return config().blobsUrl + '/'+link
7}
8
9
10

Built with git-ssb-web