mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
14 lines
198 B
JavaScript
14 lines
198 B
JavaScript
/**
|
|
* this file will be loaded before server started
|
|
* you can register middleware
|
|
* https://thinkjs.org/doc/middleware.html
|
|
*/
|
|
|
|
/**
|
|
*
|
|
* think.middleware('xxx', http => {
|
|
*
|
|
* })
|
|
*
|
|
*/
|