2015-08-24 18:09:49 +08:00

14 lines
201 B
JavaScript

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