16 lines
253 B
Plaintext
Raw Normal View History

2016-08-10 11:00:56 +02:00
'use strict';
/**
* A set of functions called "actions" for `<%= globalID %>`
*/
module.exports = {
// exampleAction: async (ctx, next) => {
2016-08-10 11:00:56 +02:00
// try {
// ctx.body = 'ok';
2016-08-10 11:00:56 +02:00
// } catch (err) {
// ctx.body = err;
2016-08-10 11:00:56 +02:00
// }
// }
};