2015-08-07 14:39:09 +08:00

14 lines
201 B
JavaScript

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