fix: nestjs middleware bug, use interceptor

This commit is contained in:
Innei
2021-10-01 19:45:20 +08:00
parent c4cf9b3eb0
commit 57f04aa669
8 changed files with 230 additions and 24 deletions

View File

@@ -153,7 +153,7 @@ docker-compose up -d
- 拦截器流向
```
ResponseInterceptor -> JSONSerializeInterceptor -> CountingInterceptor -> HttpCacheInterceptor
ResponseInterceptor -> JSONSerializeInterceptor -> CountingInterceptor -> AnalyzeInterceptor -> HttpCacheInterceptor
```
- [业务逻辑模块](https://github.com/mx-space/server-next/tree/master/src/modules)