Files: 30af2ef391b12dddb977c5c3dce6ba556f6f91f1 / blob / sync / url.js
229 bytesRaw
1 | const nest = require('depnest') |
2 | |
3 | exports.gives = nest('blob.sync.url') |
4 | |
5 | exports.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 |
Built with git-ssb-web