koa-ts-core 0.0.26 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,7 +62,7 @@ app.listen();
62
62
 
63
63
  #### 按优先级排序
64
64
 
65
- 全局错误处理 => AsyncLocalStorage 上下文中间件 => 请求日志 / 响应时间统计 => CORS / 安全相关 => 解析 body => 鉴权 => 路由
65
+ AsyncLocalStorage 上下文中间件 => 全局错误处理 => 请求日志 / 响应时间统计 => CORS / 安全相关 => 解析 body => 鉴权 => 路由
66
66
 
67
67
  ### 约定式路由
68
68