git ssb

16+

Dominic / patchbay



Tree: d9e40e563621b8ed8d5c36ddadfc5c42d2a01e7e

Files: d9e40e563621b8ed8d5c36ddadfc5c42d2a01e7e / 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