UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

13 lines (10 loc) 216 B
'use strict' const resources = require('../resources') module.exports = { method: '*', path: '/api/v0/resolve', options: { validate: resources.resolve.validate }, handler: resources.resolve.handler }