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