-
- Downloads
Added interceptor with logging
parent
ab81cd0c
Branches
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/groups/groups.controller.ts 3 additions, 0 deletionssrc/groups/groups.controller.ts
- src/groups/groups.module.ts 2 additions, 2 deletionssrc/groups/groups.module.ts
- src/interceptors/http.interceptor.ts 59 additions, 0 deletionssrc/interceptors/http.interceptor.ts
| ... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
| "@nestjs/platform-express": "^9.0.0", | "@nestjs/platform-express": "^9.0.0", | ||
| "class-transformer": "^0.5.1", | "class-transformer": "^0.5.1", | ||
| "class-validator": "^0.13.2", | "class-validator": "^0.13.2", | ||
| "fastify": "^4.9.2", | |||
| "mongoose": "^6.7.2", | "mongoose": "^6.7.2", | ||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| ... | ... | ||
| ... | ... |
src/interceptors/http.interceptor.ts
0 → 100644
Please sign in to comment