11 lines
149 B
JavaScript
Raw Normal View History

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