'use strict'; /** * rest controller * @type {Class} */ module.exports = think.controller('rest', { /** * before magic method * @return {Promise} [] */ __before: function(){ } });