UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

10 lines (7 loc) 149 B
'use strict' const resources = require('../resources') module.exports = { method: '*', path: '/api/v0/version', handler: resources.version }