mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
15 lines
190 B
JavaScript
15 lines
190 B
JavaScript
'use strict';
|
|
/**
|
|
* logic
|
|
* @param {} []
|
|
* @return {} []
|
|
*/
|
|
module.exports = think.logic({
|
|
/**
|
|
* index action logic
|
|
* @return {} []
|
|
*/
|
|
indexAction: function(){
|
|
|
|
}
|
|
}); |