UNPKG

whalesong

Version:

Distributed container registry built on hypercores and IPFS

10 lines (8 loc) 226 B
export function addDebugRoutes (router, myBaseUrl, myPubKey) { router.get('/whalesong/mypubkey', async (ctx) => { ctx.body = myPubKey }) router.get('/whalesong/url', async (ctx) => { ctx.body = myBaseUrl }) }