UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

7 lines (5 loc) 176 B
exports.plugin = {}; exports.plugin.register = async function (server, conf) { require('./jwtauth.routes')(server, conf); }; exports.plugin.pkg = require('./package.json');