mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
'use strict';
|
|
|
|
module.exports = think.controller({
|
|
/**
|
|
* some base method in here
|
|
*/
|
|
}); |