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