UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

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