mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 13:02:42 +00:00
11 lines
149 B
JavaScript
11 lines
149 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Index of the explorer hook routes actions.
|
|
*/
|
|
|
|
module.exports = {
|
|
find: require('./find'),
|
|
update: require('./update')
|
|
};
|