mirror of
https://github.com/obsidian-desci/Obsidian-Desci.git
synced 2026-07-22 08:50:32 +00:00
comments on cid story in home route
This commit is contained in:
parent
74f6b90cf9
commit
547bbdff98
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,10 @@ const fastify = Fastify({
|
|||
})
|
||||
|
||||
fastify.get('/', async (request, reply) => {
|
||||
//let Cid = CID.parse(String('QmY43r3bw9pJc28iFet42kAzVmtFuoa39kuxd4q4SG2gpz'))
|
||||
let Cid = CID.parse(String('QmS6mcrMTFsZnT3wAptqEb8NpBPnv1H6WwZBMzEjT8SSDv'))
|
||||
// the hanging cid drawn from lilypad (for some reason works when using the chrome ipfs gateway extension and a running kubo node)
|
||||
let Cid = CID.parse(String('QmY43r3bw9pJc28iFet42kAzVmtFuoa39kuxd4q4SG2gpz'))
|
||||
// "project apollo archives" a cid i grabbed from the explore in the gateway (doesn't hang though i should probably us dag-cbor as the error is Error: CBOR decode error "but it doesn't hang")
|
||||
//let Cid = CID.parse(String('QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D'))
|
||||
console.log('home route ping')
|
||||
console.log(d.get(Cid))
|
||||
const res = await d.get(Cid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue