UNPKG

identity

Version:

Identity client

9 lines 136 B
exports.default = { routes: function(api){ return { get: [ { path: '/user.js', action: 'user' } ] } } };