git ssb

16+

Dominic / patchbay



Tree: 527e8a6e0da322e96a5cf4e97c377ff36991c1b9

Files: 527e8a6e0da322e96a5cf4e97c377ff36991c1b9 / blob / sync / url.js

230 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('blob.sync.url')
4
5exports.create = function (api) {
6 return nest('blob.sync.url', function (id) {
7 // return id
8
9 return 'http://localhost:8989/blobs/get/' + id
10 })
11}
12
13

Built with git-ssb-web