Merge branch 'crud-groups' of github.com-p:hihubbIe/InternshipManager-Back into crud-groups
No related branches found
No related tags found
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 @@ |
"@nestjs/platform-express": "^9.0.0", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.13.2", | ||
"fastify": "^4.9.2", | ||
"mongoose": "^6.7.2", | ||
"reflect-metadata": "^0.1.13", | ||
"rimraf": "^3.0.2", | ||
... | ... |
src/interceptors/http.interceptor.ts
0 → 100644
Please register or sign in to comment