9 lines
134 B
JavaScript
Raw Normal View History

2015-10-22 17:54:43 +02:00
/**
* Index of the explorer hook routes actions.
*/
module.exports = {
find: require('./find'),
update: require('./update')
};