thinkjs/test/App/Lib/Controller/Admin/IndexController.js
2014-07-03 13:59:23 +08:00

5 lines
93 B
JavaScript

module.exports = Controller({
testAction: function(){
return 'admin:index:test';
}
})