mirror of
https://github.com/strapi/strapi.git
synced 2025-07-11 19:13:05 +00:00
16 lines
248 B
Plaintext
16 lines
248 B
Plaintext
![]() |
'use strict';
|
||
|
|
||
|
/**
|
||
|
* A set of functions called "actions" for `<%= globalID %>`
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
// exampleAction: function * () {
|
||
|
// try {
|
||
|
// this.body = 'ok';
|
||
|
// } catch (err) {
|
||
|
// this.body = err;
|
||
|
// }
|
||
|
// }
|
||
|
};
|