git ssb

16+

Dominic / patchbay



Tree: 80807add560dfbbd3fe40aa17eac62b859624063

Files: 80807add560dfbbd3fe40aa17eac62b859624063 / modules_core / blob-url.js

233 bytesRaw
1var config = require('../config')
2
3module.exports = {
4 gives: 'blob_url',
5 create: () => {
6 return link => {
7 if('string' == typeof link.link)
8 link = link.link
9 return config().blobsUrl + '/'+link
10 }
11 }
12}
13
14

Built with git-ssb-web