'use strict';
/**
* Index of the explorer hook routes actions.
*/
module.exports = {
find: require('./find'),
update: require('./update')
};