mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
10 lines
119 B
JavaScript
10 lines
119 B
JavaScript
/**
|
|
* 路由调配
|
|
* @type {Object}
|
|
*/
|
|
var Dispatcher = {
|
|
run: function(){
|
|
|
|
}
|
|
}
|
|
module.exports = Dispatcher; |