2015-10-30 14:36:19 +01:00

11 lines
149 B
JavaScript

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