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