mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 07:02:26 +00:00
11 lines
143 B
JavaScript
11 lines
143 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
administrator: {
|
|
actions: {
|
|
create: 'Admin.create',
|
|
update: 'Admin.update',
|
|
},
|
|
},
|
|
};
|